Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
7a7451a1
Commit
7a7451a1
authored
Apr 17, 2015
by
root
Committed by
Dan Reading
Apr 17, 2015
Browse files
add statments from Centos7.1 release
parent
7ae741ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
clientside/tmcc/centos7/rsyslog.conf
View file @
7a7451a1
...
...
@@ -23,6 +23,12 @@ $ModLoad imklog # provides kernel logging support (previously done by rklogd)
# Use default timestamp format
$
ActionFileDefaultTemplate
RSYSLOG_TraditionalFileFormat
# Where to place auxiliary files
$
WorkDirectory
/
var
/
lib
/
rsyslog
# Use default timestamp format
$
ActionFileDefaultTemplate
RSYSLOG_TraditionalFileFormat
# File syncing capability is disabled by default. This feature is usually not required,
# not useful and an extreme performance hit
#$ActionFileEnableSync on
...
...
@@ -30,6 +36,12 @@ $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
# Include all config files in /etc/rsyslog.d/
$
IncludeConfig
/
etc
/
rsyslog
.
d
/*.
conf
# Turn off message reception via local log socket;
# local messages are retrieved through imjournal now.
$
OmitLocalLogging
on
# File to store the position in the journal
$
IMJournalStateFile
imjournal
.
state
#### RULES ####
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment