1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00

Update INSTALL.md

This commit is contained in:
Didier Barzin 2023-02-22 13:21:50 +01:00 committed by GitHub
parent 633354d35b
commit dd5242ce42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ You can configure Pandora-box in the _pandora-box.ini_ file :
## Logging
The client is the machine that sends its logs to a remote or centralized log host server. Open the rsyslog config file located at /etc/rsyslog.conf:
Open the rsyslog config file located at /etc/rsyslog.conf:
sudo vi /etc/rsyslog.conf
@ -68,9 +68,9 @@ Add the following line if you are using UDP, where 192.168.12.123 is the IP addr
$InputFileFacility local7
$InputFileSeverity info
$InputRunFileMonitor
local3.info @@hostname:514
local7.info @@192.168.12.123:514
Save your changes and restart the rsyslog service on the client with the command:
Save your changes and restart the rsyslog service with the command:
sudo systemctl restart rsyslog