On Thursday, June 11, 2015 at 2:20:04 AM UTC-5, Cédric Krier wrote: > > On 2015-06-10 16:25, Fabyc wrote: > > Hi. > > > > On Friday, May 29, 2015 at 2:06:24 AM UTC-5, M. Murray wrote: > > > > > On Friday, May 22, 2015 at 2:52:24 PM UTC-5, 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,) > > >> > > >> Thanks in advanced > > >> > > > > > > > > > try using the --dev option. So execute it as : > > > > > > trytond -c path/to/trytond.conf -d dump_db -u party --logconf path/to/ > > > trytond-log.conf --dev > > > > > > > I tried the option and I can't see the updating process. > > > > I don't know what other option or other way to see what is happening > when I > > install or update a module like in tryton 3.2 > > Have you tried my previous suggestion? > > trytond -c path/to/trytond.conf -d dump_db -u party -v >
I just fell into account about the problem that I could not see the process in installing/updating modules. If the option "--logconf path/to/tryton-log.conf" is added to the rest of options, it is not possible to see any of the process. I just tried the suggestion and I can see what is happening when I install/update a module. Thanks to everybody for your help. -- Regards > -- > Cédric Krier - B2CK SPRL > Email/Jabber: [email protected] <javascript:> > Tel: +32 472 54 46 59 > Website: http://www.b2ck.com/ >
