8000 Merge pull request #62 from takashibagura/master · dotlambda/fluent-logger-python@48f6ac0 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 48f6ac0

Browse files
authored
Merge pull request fluent#62 from takashibagura/master
Fix sample configuration logging.yaml work in python3
2 parents c5f2493 + 0b2bad6 commit 48f6ac0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,15 +244,15 @@ A sample configuration ``logging.yaml`` would be:
244244
tag: test.logging
245245
formatter: fluent_fmt
246246
level: DEBUG
247-
null:
247+
none:
248248
class: logging.NullHandler
249249
250250
loggers:
251251
amqp:
252-
handlers: [null]
252+
handlers: [none]
253253
propagate: False
254254
conf:
255-
handlers: [null]
255+
handlers: [none]
256256
propagate: False
257257
'': # root logger
258258
handlers: [console, fluent]

0 commit comments

Comments
 (0)
0