From 64dfcc14ee95999f02e54558504f85506cb6365f Mon Sep 17 00:00:00 2001 From: Johan Pascal Date: Wed, 26 Jun 2019 22:22:33 +0700 Subject: [PATCH] Default log file path --- src/xmlrpc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ### */