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

Skip to content

Commit 875bc72

Browse files
committed
Merge pull request fluent#40 from mmasaki/fix_typo
Fix typo
2 parents 3033532 + 84a1e7c commit 875bc72
< 8000 div class="prc-PageLayout-Pane-Vl5LI" data-resizable="true" style="--spacing:var(--spacing-normal);--pane-min-width:256px;--pane-max-width:calc(100vw - var(--pane-max-width-diff));--pane-width-size:var(--pane-width-medium);--pane-width:296px">

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+
48AA 'where': '%(module)s.%(funcName)s',
8080
'type': '%(levelname)s',
8181
'stack_trace': '%(exc_text)s'
8282
}

0 commit comments

Comments
 (0)
0