Derrick Petzold added the comment:
I know this is without etiquette but I must say holy shit that was quick and I
can only hope that I do can do the same some day. Not with logging but maybe
with something else. I think maybe I am already working on it. Hopefully maybe.
Its hard to tell at
Derrick Petzold added the comment:
Oh crap that doesn't work either.
yaml.scanner.ScannerError: while scanning for the next token
found character '%' that cannot start any token
in "/var/sites/magnum/magnum/logging.yaml", line 4, column 13
Should be
format
New submission from Derrick Petzold :
Hello,
format: format=%(asctime)s - %(name)s - %(levelname)s - %(message)s
Should be:
format: %(asctime)s - %(name)s - %(levelname)s - %(message)s
Regards,
btw I have to say the logging module is just excellent. What a truly great
work. ty