Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit Switch - Software
Manage
Activity
Members
Labels
Plan
Issues
87
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
White Rabbit Switch - Software
Commits
d12ed5ac
Commit
d12ed5ac
authored
11 years ago
by
Alessandro Rubini
Browse files
Options
Downloads
Patches
Plain Diff
userspace: rsyslog.conf: disable all output files
Signed-off-by:
Alessandro Rubini
<
rubini@gnudd.com
>
parent
f4cc0962
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
userspace/rootfs_override/etc/rsyslog.conf
+10
-9
10 additions, 9 deletions
userspace/rootfs_override/etc/rsyslog.conf
with
10 additions
and
9 deletions
userspace/rootfs_override/etc/rsyslog.conf
+
10
−
9
View file @
d12ed5ac
...
...
@@ -5,7 +5,7 @@
# If you do not load inputs, nothing happens!
# You may need to set the module load path if modules are not found.
$
ModLoad
immark
# provides --MARK-- message capability
#
$ModLoad immark # provides --MARK-- message capability
$
ModLoad
imuxsock
# provides support for local system logging (e.g. via logger command)
$
ModLoad
imklog
# kernel logging (formerly provided by rklogd)
...
...
@@ -15,26 +15,26 @@ $ModLoad imklog # kernel logging (formerly provided by rklogd)
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.
info
;
mail
.
none
;
authpriv
.
none
;
cron
.
none
-/
var
/
log
/
messages
#
*.info;mail.none;authpriv.none;cron.none -/var/log/messages
# The authpriv file has restricted access.
authpriv
.* /
var
/
log
/
secure
#
authpriv.* /var/log/secure
# Log all the mail messages in one place.
mail
.* -/
var
/
log
/
maillog
#
mail.* -/var/log/maillog
# Log cron stuff
cron
.* -/
var
/
log
/
cron
#
cron.* -/var/log/cron
# Everybody gets emergency messages
*.
emerg
*
#
*.emerg *
# Save news errors of level crit and higher in a special file.
uucp
,
news
.
crit
-/
var
/
log
/
spooler
#
uucp,news.crit -/var/log/spooler
# Save boot messages also to boot.log
local7
.* /
var
/
log
/
boot
.
log
#
local7.* /var/log/boot.log
# Remote Logging (we use TCP for reliable delivery)
# An on-disk queue is created for this action. If the remote host is
...
...
@@ -46,7 +46,8 @@ local7.* /var/log/boot.log
#$ActionQueueType LinkedList # run asynchronously
#$ActionResumeRetryCount -1 # infinite retries if host is down
# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
#*.* @@remote-host:514
##*.* @@remote-host:514
# ######### Receiving Messages from Remote Hosts ##########
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment