Improved log handling

This commit is contained in:
Arionum
2018-03-31 12:17:23 +03:00
parent 7610fdbd40
commit 7573e64034
3 changed files with 46 additions and 13 deletions

View File

@@ -32,4 +32,9 @@ $_config['sanity_interval']=900;
$_config['allow_hostname_change']=false;
// rebroadcast local transactions on each sanity
$_config['sanity_rebroadcast_locals']=true;
// write logs to file
$_config['enable_logging']=false;
// log file, should not be publicly viewable
$_config['log_file']="/var/log/aro.log";
?>