~camptocamp/openobject-client-web/6.1-c2c-official

« back to all changes in this revision

Viewing changes to logging.json

  • Committer: niv-openerp
  • Date: 2011-09-29 14:29:19 UTC
  • Revision ID: nicolas.vanhoren@openerp.com-20110929142919-v8pzr4zpy984e5qc
[imp] changed logging to be like server

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    "version": 1,
3
3
    "formatters": {
4
4
        "simple": {
5
 
            "format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s"
 
5
            "format": "[%(asctime)s] %(levelname)s:%(name)s:%(message)s"
6
6
        }
7
7
    },
8
8
    "handlers": {