8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c590560 commit 0b2bad6Copy full SHA for 0b2bad6
README.rst
@@ -244,15 +244,15 @@ A sample configuration ``logging.yaml`` would be:
244
tag: test.logging
245
formatter: fluent_fmt
246
level: DEBUG
247
- null:
+ none:
248
class: logging.NullHandler
249
250
loggers:
251
amqp:
252
- handlers: [null]
+ handlers: [none]
253
propagate: False
254
conf:
255
256
257
'': # root logger
258
handlers: [console, fluent]
0 commit comments