Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
7a7451a1
Commit
7a7451a1
authored
Apr 17, 2015
by
root
Committed by
Dan Reading
Apr 17, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add statments from Centos7.1 release
parent
7ae741ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
clientside/tmcc/centos7/rsyslog.conf
clientside/tmcc/centos7/rsyslog.conf
+12
-0
No files found.
clientside/tmcc/centos7/rsyslog.conf
View file @
7a7451a1
...
@@ -23,6 +23,12 @@ $ModLoad imklog # provides kernel logging support (previously done by rklogd)
...
@@ -23,6 +23,12 @@ $ModLoad imklog # provides kernel logging support (previously done by rklogd)
# Use default timestamp format
# Use default timestamp format
$
ActionFileDefaultTemplate
RSYSLOG_TraditionalFileFormat
$
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,
# File syncing capability is disabled by default. This feature is usually not required,
# not useful and an extreme performance hit
# not useful and an extreme performance hit
#$ActionFileEnableSync on
#$ActionFileEnableSync on
...
@@ -30,6 +36,12 @@ $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
...
@@ -30,6 +36,12 @@ $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
# Include all config files in /etc/rsyslog.d/
# Include all config files in /etc/rsyslog.d/
$
IncludeConfig
/
etc
/
rsyslog
.
d
/*.
conf
$
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 ####
#### RULES ####
...
...
Write
Preview
Markdown
is supported
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