mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 01:58:07 +00:00
Default log file path
This commit is contained in:
parent
f2cd4ba746
commit
64dfcc14ee
1 changed files with 3 additions and 3 deletions
|
|
@ -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 ### */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue