diff --git a/src/xmlrpc.conf b/src/xmlrpc.conf index df683ac..7fd9089 100644 --- a/src/xmlrpc.conf +++ b/src/xmlrpc.conf @@ -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 ### */