Difference between revisions of "Syslog"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
[[journald.conf]] Option: #ForwardToSyslog=yes | [[journald.conf]] Option: #ForwardToSyslog=yes | ||
+ | |||
+ | [[docker inspect]] <container_id|container_name> | grep -A 5 LogConfig | ||
+ | |||
+ | <pre> | ||
+ | "LogConfig": { | ||
+ | "Type": "syslog" | ||
+ | "Config": {} | ||
+ | } | ||
+ | </pre> | ||
[[Cisco IOS]]: | [[Cisco IOS]]: |
Revision as of 11:33, 28 January 2020
This article is a Draft. Help us to complete it.
/etc/syslog.conf
journald.conf Option: #ForwardToSyslog=yes
docker inspect <container_id|container_name> | grep -A 5 LogConfig
"LogConfig": { "Type": "syslog" "Config": {} }
Cisco IOS: * Router(config)#logging host x.x.x.x * show logging
See also
Advertising: