Re: Peculiarity of '@' in logging.Formatter

2011-11-22 Thread Tiaburn Stedd
Upvote this. Looks like a bug for me. begin results -- Nov 22 16:47:45 lvaltp0521 [minitest: 021]:My log message:isn't it special? Nov 22 16:47:45 lvaltp0521 [minitest@021]: My log message:isn't it special? end results

Strange logging.Formatter behaviour

2011-11-22 Thread Tiaburn Stedd
Hello, all! I'm working on specific project and have a curious task where I need to use specific formatter and custom handlers, which are switchable to default handlers. Problem is that default handlers behaviour is to consume errors, so errors raised from code have printed tracebacks, but not pas