We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c311204 commit 43c9707Copy full SHA for 43c9707
README.md
@@ -90,7 +90,9 @@ log.Fatal("This is a fatal message")
90
You can customize the logger by modifying the following configurations in the init() function:
91
92
• **Log Formatter**: Customize the log format (e.g., plain text or JSON).
93
+
94
• **Log Level**: Set the minimum log level.
95
96
• **Output Writers**: Specify where the logs should be written (e.g., files, stdout).
97
98
**Changing the Log Level**
0 commit comments