8000 Fix typo · socrateslee/fluent-logger-python@84a1e7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 84a1e7c

Browse files
committed
Fix typo
1 parent 046d0a0 commit 84a1e7c

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
@@ -76,7 +76,7 @@ from fluent import handler
7676

7777
custom_format = {
7878
'host': '%(hostname)s',
79-
'where': '%(module)s.%(funcName)s'
79+
'where': '%(module)s.%(funcName)s',
8080
'type': '%(levelname)s',
8181
'stack_trace': '%(exc_text)s'
8282
}

0 commit comments

Comments
 (0)
0