[issue12906] Slight error in logging module's yaml config

2011-09-05 Thread Derrick Petzold
New submission from Derrick Petzold dpetz...@gmail.com: 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

[issue12906] Slight error in logging module's yaml config

2011-09-05 Thread Derrick Petzold
Derrick Petzold dpetz...@gmail.com 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: '%(asctime)s

[issue12906] Slight error in logging module's yaml config

2011-09-06 Thread Derrick Petzold
Derrick Petzold dpetz...@gmail.com 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