From 0df05e7a4b2533c73544d5405c183d0bda2c153f Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Tue, 24 Feb 2009 17:55:36 -0500 Subject: Added config file --- etc/syslog_defaults.d/my_app.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 etc/syslog_defaults.d/my_app.conf diff --git a/etc/syslog_defaults.d/my_app.conf b/etc/syslog_defaults.d/my_app.conf new file mode 100644 index 0000000..fe5846a --- /dev/null +++ b/etc/syslog_defaults.d/my_app.conf @@ -0,0 +1,17 @@ +; This is the test application configuration +; Identify myself as "TESTAPP" +; See /usr/include/sys/syslog.h for more details + +identity="TESTAPP" + +; Default option is to include PID + +option = 1 + +; Level is LOG_INFO. + +level = 6 + +; Facility is LOG_AUTHPRIV (upper 28 bits) 10<<3 + +facility = 80 -- cgit