we use "logrotate" to manage our Linux logs, but on inspection of the
Djigzo logs in /usr/share/djigzo/logs i found that Djigzo by itself
create a new logfile at around 5MB and rename the old one.
Unfortunately i failed to find where this can be configured. Any hints
where to look?
we use "logrotate" to manage our Linux logs, but on inspection of the
Djigzo logs in /usr/share/djigzo/logs i found that Djigzo by itself
create a new logfile at around 5MB and rename the old one. Unfortunately
i failed to find where this can be configured. Any hints where to look?
You can specify logging details in:
/etc/djigzo/djigzo.wrapper.conf
(whish is actually a symlink to
/usr/share/djigzo/wrapper/djigzo.wrapper.conf)
The log related settings are under: "Wrapper Logging parameters"
Zitat von Martijn Brinkers <martijn(a)djigzo.com>:
lst_hoe02(a)kwsoft.de wrote:
we use "logrotate" to manage our Linux logs, but on inspection of the
Djigzo logs in /usr/share/djigzo/logs i found that Djigzo by itself
create a new logfile at around 5MB and rename the old one. Unfortunately
i failed to find where this can be configured. Any hints where to look?
You can specify logging details in:
/etc/djigzo/djigzo.wrapper.conf
(whish is actually a symlink to
/usr/share/djigzo/wrapper/djigzo.wrapper.conf)
Thanks, thats why i have not found it searching under /usr/share/djigzo/conf/
Thanks, thats why i have not found it searching under
/usr/share/djigzo/conf/
There are quite a large number of config files. The config files which
end-users would probably like to edit are symlinked in /etc/djigzo. If
there are config files missing in /etc/djigzo I can add them to the
install script.