Difference between revisions of "OX6:Setting Loglevels"

(New page: Usually our groupware and admin daemon tend to be pretty shy, and don't provide much log output. With some charme and the correct configuration parameters they can be coaxed into being mor...)
 
Line 1: Line 1:
Usually our groupware and admin daemon tend to be pretty shy, and don't provide much log output. With some charme and the correct configuration parameters they can be coaxed into being more talkative. Have a look at the files:
+
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/groupware/file-logging.properties
* /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:
 
These are for the groupware and admin daemon respectively. If you want to turn both into babbling processes change the line:
Line 16: Line 16:
 
</pre>
 
</pre>
  
and restart the process in question. This might help you get closer to whichever problem buggers you.
+
and restart the process in question. This might help you get closer to whatever problem buggers you.

Revision as of 12:55, 1 March 2007

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.