syslog logging

Added by {{author}} {{age}} ago

Hi Ortro users,
It is possible use syslog as ortro logging instead of /log folder? It will be possible in the future?

Thanks a lot.


Replies

RE: syslog logging - Added by {{author}} {{age}} ago

Hi Filippo,
you may specify a custom path for the log dir in the conf/init.php file as reported below:

define('ORTRO_LOG', ORTRO_PATH . 'log' . DS);

in

define('ORTRO_LOG', '/your/path/log' . DS);

Hope this helps.