/
Missing debug level logs
Missing debug level logs
QUESTION: I am logging Swarm to my own syslog server, but I am not seeing debug level Swarm logs. I have debug level (level 10) selected in the Admin Console. What is wrong?
ANSWER: By default, several Linux flavors' syslog programs (syslog, rsyslog, syslog-ng) do not log debug level. You must specifically include that level. For example, for logging debug level Swarm messages using rsyslog , you can explicitly state the following in the rsyslog.conf file:
local6.* /var/log/caringo/castor.log
Also add this to stop rate limiting logging of these messages:
$SystemLogRateLimitInterval 0
, multiple selections available,
Related content
How do I configure rsyslog server to accept incoming syslog messages from Swarm products?
How do I configure rsyslog server to accept incoming syslog messages from Swarm products?
More like this
Configuring an Rsyslog Server
Configuring an Rsyslog Server
More like this
swarmctl -i Log level
swarmctl -i Log level
More like this
How to fix rsyslog default logging template on Rocky Linux8/RHEL8
How to fix rsyslog default logging template on Rocky Linux8/RHEL8
More like this
swarmctl -L Node log level
swarmctl -L Node log level
More like this
Turn on component level logging in Swarm
Turn on component level logging in Swarm
More like this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.