On Friday, May 22, 2015 at 5:00:05 PM UTC-5, Cédric Krier wrote: > On 22 May 12:52, Fabyc wrote: > > In Tryton 3.2 I can see all the updating process in console when I > execute > > for > > example [1]. > > Since Tryton 3.4 I don't see any process when I update a module. I > execute > > the updating like this [2] > > > > The logconf file I have activated the [handler_console] section for > seeing > > the > > output in console [3] > > > > [1] trytond -c path/to/trytond.conf -d dump_db -u party > > [2] trytond -c path/to/trytond.conf -d dump_db -u party --logconf > > path/to/trytond-log.conf > > [3] > > [handler_console] > > class=StreamHandler > > formatter=simple > > args=(sys.stdout,) > > You have to increase the verbosity level with "-v" option or in the > configuration of the logger with for example "level=INFO". >
I tried like this [1] and the logger section like this one [2] but I can't still see the updating process of any module. I'm talking the log config file example from here [3]. I can only see the trytond process running in console (until when it connects to the database [4]). [1] trytond -c path/to/trytond.conf -v -d dump_db --logconf path/to/trytond-log.conf -u party [2] [logger_root] level=INFO handlers=rotate, console [3] http://goo.gl/fw6aKw [4] Sun May 24 16:15:11 2015] INFO:trytond.server:initialising distributed objects services Sun May 24 16:15:11 2015] INFO:trytond.server:starting JSON-RPC SSL protocol on 0.0.0.0:8000 Sun May 24 16:15:11 2015] INFO:trytond.backend.postgresql.database:connect to "dump_db" Thanks
