← Back to team overview

openerp-india team mailing list archive

[Bug 1088456] Re: log_handler configuration file line keeps growing

 

** Attachment added: "log_handler.png"
   https://bugs.launchpad.net/openobject-server/+bug/1088456/+attachment/3520333/+files/log_handler.png

** Changed in: openobject-server
   Importance: Undecided => Low

** Changed in: openobject-server
       Status: New => Confirmed

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

-- 
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/1088456

Title:
  log_handler configuration file line keeps growing

Status in OpenERP Server:
  Confirmed

Bug description:
  The log_handler configuration file line keeps growing exponentially
  every time the config file is saved by the openerp server. This
  happened because I had the -s option in my /etc/init.d/openerp start
  script.

  Successive restarts show:

  log_handler = ["[':INFO']"]
  log_handler = ['["[\':INFO\']"]']
  log_handler = ['[\'["[\\\':INFO\\\']"]\']']
  ...
  log_handler = ['[\'[\\\'[\\\\\\\'["[\\\\\\\\\\\\\\\':INFO\\\\\\\\\\\\\\\']"]\\\\\\\']\\\']\']']
  etc...

  But after a couple of weeks the line was so long, the config file was
  more then a couple of megabytes big!

  I noticed this with 6.1 but 7.0 alpha still has this behavior...

  Platform: openSUSE 12.2 x86_64
  OpenERP version:  openerp-7.0alpha_20121206_000102-1.noarch.rpm

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1088456/+subscriptions


References