OX6:Setting Loglevels

Revision as of 12:55, 1 March 2007 by Mheiland (talk | contribs)

Usually our groupware and admin daemon tend to be pretty shy, and don't provide much log output. With some charm and the correct configuration parameters they can be coaxed into being more talkative. Have a look at the files:

  • /opt/open-xchange/etc/groupware/file-logging.properties
  • /opt/open-xchange/etc/admindaemon/file-logging.properties

These are for the groupware and admin daemon respectively. If you want to turn both into babbling processes change the line:

.level = SEVERE

to

.level = ALL

and restart the process in question. This might help you get closer to whatever problem buggers you.