Closes #12906: Merged fix from 3.2.
This commit is contained in:
commit
e0afb16a31
|
@ -679,7 +679,7 @@ the new dictionary-based approach::
|
|||
version: 1
|
||||
formatters:
|
||||
simple:
|
||||
format: format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
|
||||
format: '%(asctime)s - %(name)s - %(levelname)s - %(message)s'
|
||||
handlers:
|
||||
console:
|
||||
class: logging.StreamHandler
|
||||
|
|
Loading…
Reference in New Issue