Skip to content

Commit

Permalink
Merge pull request #40 from mmasaki/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
yyuu committed Sep 28, 2015
2 parents 3033532 + 84a1e7c commit 875bc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -76,7 +76,7 @@ from fluent import handler

custom_format = {
'host': '%(hostname)s',
'where': '%(module)s.%(funcName)s'
'where': '%(module)s.%(funcName)s',
'type': '%(levelname)s',
'stack_trace': '%(exc_text)s'
}
Expand Down

0 comments on commit 875bc72

Please sign in to comment.