Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
Main
Synchronet
Commits
9821e627
Commit
9821e627
authored
20 years ago
by
deuce
Browse files
Options
Downloads
Patches
Plain Diff
Add note about not logging local3.* via /var/log/messages with details
for BSD-based syslogd implementations.
parent
b4a8712f
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
docs/sbbscon.txt
+6
-0
6 additions, 0 deletions
docs/sbbscon.txt
with
6 additions
and
0 deletions
docs/sbbscon.txt
+
6
−
0
View file @
9821e627
...
...
@@ -148,6 +148,12 @@ To configure syslog and the LogFacility, a good default to use is
LogFacility=3 Then, in /etc/syslog.conf you will need to add the line:
local3.* /var/log/synchronet.log
Depending on how your vendor set up syslog.conf initially, you may also want
to exclude local3.* from other log files (Noteably /var/log/messages) how to
do this varies with your syslogd implementation, but for BSD based ones
(Which BSD and many Linux distros use) you would add ";local3.none" to the
end of the first field in the /var/log/messages line.
You will have to create this file manually initially by running:
touch /var/log/synchronet.log
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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