Default log file path

This commit is contained in:
Johan Pascal 2019-06-26 22:22:33 +07:00
parent f2cd4ba746
commit 64dfcc14ee

View file

@ -110,11 +110,11 @@ define('ALLOW_TEST_ACCOUNTS', False);
define("LOGS_ENABLED", True);
/*
* The file in which to log XMLRPC calls.
* The file in which to log calls.
*
* Default value: xmlrpc.log
* Default value: /var/opt/belledonne-communications/log/account-manager.log
*/
define("LOG_FILE", "xmlrpc.log");
define("LOG_FILE", "/var/opt/belledonne-communications/log/account-manager.log");
/* ### Authentication configuration ### */