diff --git a/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All b/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All index f3f1bea..f8b1329 100644 --- a/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All +++ b/root/etc/e-smith/templates/var/lib/ajaxplorer/plugins/conf.serial/plugins_configs.ser/10All @@ -15,6 +15,16 @@ if (($ajaxplorer{'PublicShares'} || 'enabled') eq 'enabled'){ $data->{'core.ajaxplorer'}->{'PUBLIC_DOWNLOAD_URL'} = $ajaxplorer{'PublicDownloadUrl'} || "http://$SystemName.$DomainName/ajxppub"; } +$data->{'core.log'} = { + 'UNIQUE_PLUGIN_INSTANCE' => { + 'LOG_FILE_NAME' => 'log_date(\'m-d-y\').txt', + 'LOG_PATH' => '/var/log/ajaxplorer/', + 'instance_name' => 'log.text', + 'group_switch_value' => 'log.text', + 'LOG_CHMOD' => 770 + } +}; + $OUT = serialize($data); }