diff options
Diffstat (limited to 'sca-cpp/trunk/components/log/scribed-central-conf')
-rwxr-xr-x | sca-cpp/trunk/components/log/scribed-central-conf | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sca-cpp/trunk/components/log/scribed-central-conf b/sca-cpp/trunk/components/log/scribed-central-conf index d8d008623d..066dad4add 100755 --- a/sca-cpp/trunk/components/log/scribed-central-conf +++ b/sca-cpp/trunk/components/log/scribed-central-conf @@ -42,7 +42,6 @@ check_interval=3 <store> category=default type=buffer - target_write_size=20480 max_write_interval=1 buffer_send_rate=2 @@ -50,7 +49,10 @@ retry_interval=30 retry_interval_range=10 <primary> +category=default type=file +target_write_size=20480 +max_write_interval=1 fs_type=std file_path=$root/scribe/logs/central base_filename=central @@ -62,7 +64,10 @@ rotate_minute=10 </primary> <secondary> +category=default type=file +target_write_size=20480 +max_write_interval=1 fs_type=std file_path=$root/scribe/logs/central-secondary base_filename=central |