return date in Apache Common Log Format
(self)
| 374 | self.error(traceback.format_exc()) |
| 375 | |
| 376 | def now(self): |
| 377 | """ return date in Apache Common Log Format """ |
| 378 | return time.strftime('[%d/%b/%Y:%H:%M:%S %z]') |
| 379 | |
| 380 | def reopen_files(self): |
| 381 | if self.cfg.capture_output and self.cfg.errorlog != "-": |
no outgoing calls
no test coverage detected