Skip to content

Commit 43c9707

Browse files
authored
Update README.md
1 parent c311204 commit 43c9707

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ log.Fatal("This is a fatal message")
9090
You can customize the logger by modifying the following configurations in the init() function:
9191

9292
**Log Formatter**: Customize the log format (e.g., plain text or JSON).
93+
9394
**Log Level**: Set the minimum log level.
95+
9496
**Output Writers**: Specify where the logs should be written (e.g., files, stdout).
9597

9698
**Changing the Log Level**

0 commit comments

Comments
 (0)