Back to home page

EIC code displayed by LXR

 
 

    


Warning, /iDDS/main/tools/syslog-ng/syslog-ng.conf is written in an unsupported language. File is not indexed.

0001 @version:3.5
0002 @include "scl.conf"
0003 
0004 # syslog-ng configuration file.
0005 #
0006 # This should behave pretty much like the original syslog on RedHat. But
0007 # it could be configured a lot smarter.
0008 #
0009 # See syslog-ng(8) and syslog-ng.conf(5) for more information.
0010 #
0011 # Note: it also sources additional configuration files (*.conf)
0012 #       located in /etc/syslog-ng/conf.d/
0013 
0014 options {
0015     flush_lines (0);
0016     time_reopen (10);
0017     log_fifo_size (1000000);
0018     chain_hostnames (off);
0019     use_dns (no);
0020     use_fqdn (no);
0021     create_dirs (no);
0022     keep_hostname (yes);
0023 };
0024 
0025 
0026 # Source additional configuration files (.conf extension only)
0027 @include "/etc/syslog-ng/conf.d/*.conf"
0028 
0029 
0030 # vim:ft=syslog-ng:ai:si:ts=4:sw=4:et: