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". -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
