Mercurial > libervia-backend
log src/core/log_config.py @ 2087:159250d66407
age | author | description |
---|---|---|
2016-04-18 | Goffi | core (logs): taints: |
2016-04-18 | Goffi | core (logs): use tools.config to handle sat.conf |
2016-04-18 | Goffi | core (logs): log color location can now be specified with %(color_start)s and %(color_end)s |
2016-04-17 | Goffi | use of /usr/bin/env instead of /usr/bin/python in shebang |
2016-01-03 | Goffi | copyright update |
2015-03-30 | Goffi | 2015 copyright dates update |
2014-08-25 | Goffi | core (logging): new backend_data parameter can be used to transmit specific data to a backend + Twisted backend use this option to know if we are in debug or nodaemon mode |
2014-08-24 | Goffi | core (logging): fixed twisted backend for twistd plugin, /!\ stdout logging in debug/nodaemon mode does'nt work anymore with .tac files. |
2014-08-21 | Goffi | core (logging): logging is added to stdout in nodaemon mode (it was already the case in debug mode) |
2014-05-14 | Goffi | core (log): moved configuration to core.log_config; this avoid import issues with pyjamas. base src/core/log.py@d5ed502f9a38 |