openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #15208
[Bug 1027035] Re: [trunk/6.1] Not respecting log_level
Hello Turkesh,
I got the options like --log-level=LOG_LEVEL
specify the level of the logging. Accepted values:
['info', 'debug_rpc', 'warn', 'test', 'critical',
'debug_sql', 'error', 'debug', 'debug_rpc_answer',
'notset'] (deprecated option)
So may I know what is the used of --log-level=error ?? , If I assigned
the --log-level=error or not then It will give the same result.
So please don't tell to use another option, And please elaborate more on
this.
Thank you!
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1027035
Title:
[trunk/6.1] Not respecting log_level
Status in OpenERP Server:
Invalid
Bug description:
Hi,
I've got in my config file
; Log settings
logfile = /var/log/openerp/openerp-server.log
syslog = False
logrotate = True
log_level = error
but it still logs info messages in the log file...
2012-07-20 10:59:58,187 3008 INFO ? werkzeug: 127.0.0.1 - - [20/Jul/2012 10:59:58] "POST /web/dataset/search_read HTTP/1.0" 200 -
2012-07-20 10:59:58,196 3008 INFO ? werkzeug: 127.0.0.1 - - [20/Jul/2012 10:59:58] "POST /web/dataset/get HTTP/1.0" 200 -
2012-07-20 11:00:11,686 3008 INFO ? werkzeug: 127.0.0.1 - - [20/Jul/2012 11:00:11] "POST /xmlrpc/object HTTP/1.0" 200 -
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1027035/+subscriptions
References