On 15/12/2014 16:22, Axel Braun wrote: > I'm currently playing around with tryton 3.4, and noticed the following > problem: > > /usr/bin/trytond --config /etc/tryton/trytond.conf > --pidfile=/var/lib/trytond/trytond.pid > --logconf=/etc/tryton/trytond_log.conf [...] > IOError: [Errno 2] No such file or directory: '/var/log/tryton/trytond.log' > > IMHO Tryton should catch this error and create the file, shouldn't it?
Hi, I guess trytond process could not access to '/var/log/tryton/trytond.log' because the directory '/var/log/tryton/' doesn't exist. -- Pierre-Louis
