Sending Nuxeo logs to syslog ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2021 02:18 AM
Dear all,
I have to configure Nuxeo 2019 LTS to send its logs to syslog. Based on the official documentation I came up with the following in /opt/nuxeo/lib/log4j2.xml:
https://doc.nuxeo.com/nxdoc/logs/ https://logging.apache.org/log4j/2.x/manual/appenders.html#SyslogAppender
<Syslog name="SYSLOG" host="localhost" port="514" protocol="UDP">
<PatternLayout pattern="local5: %d{yyyy.MM.dd HH:mm:ss} %-5p [%c] %m%n"/>
How does that look ?
Best regards,
Samuel
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2021 11:12 AM
Dear all. Would you have any opinion regarding this topic ? Best regards, Samuel
