Skip to content

Commit 27f8ea5

Browse files
committed
docs(README.md): change code block syntax from json to text for accurate formatting of log output examples
1 parent 69e4a9a commit 27f8ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ config = ZLogConfig(
116116

117117
#### TEXT Format
118118

119-
```json
119+
```text
120120
[INFO]:[P20] [2025-02-09T00:27:14.375037+03:00] Starting authentication process {"level": "INFO", "client_ip": "192.168.1.100"}
121121
[INFO]:[P20] [2025-02-09T00:27:14.375318+03:00] Login successful {"level": "INFO", "user_id": "user_123"}
122122
[ERROR]:[P40] [2025-02-09T00:27:14.375380+03:00] Login failed {"level": "ERROR", "username": "suspicious_user", "ip": "10.0.0.5", "reason": "Invalid credentials"}

0 commit comments

Comments
 (0)