8000 Merge pull request #40 from mmasaki/fix_typo · haje01/fluent-logger-python@875bc72 · GitHub
[go: up one dir, main page]

Skip to content < 10000 span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">

Commit 875bc72

Browse files
committed
Merge pull request fluent#40 from mmasaki/fix_typo
Fix typo
2 parents 3033532 + 84a1e7c commit 875bc72

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