DaanHoogland commented on code in PR #10980: URL: https://github.com/apache/cloudstack/pull/10980#discussion_r2141870174
########## client/conf/log4j-cloud.xml.in: ########## @@ -50,9 +50,7 @@ under the License. <!-- Append warnings+ to the syslog if it is listening on UDP port --> <!-- ============================== --> - <Syslog name="SYSLOG" host="localhost" facility="LOCAL6"> - <ThresholdFilter level="WARN" onMatch="ACCEPT" onMismatch="DENY"/> - <PatternLayout pattern="%d{DEFAULT} %-5p [%c{1.}] (%t:%x) (logid:%X{logcontextid}) %m%ex{filters(${filters})}%n"/> + <Syslog name="SYSLOG" host="localhost" port="514" protocol="UDP" appName="ApacheCloudStack" facility="LOCAL6"> </Syslog> Review Comment: ok, I’m fine with keeping them. I just wanted the simplest configuration that would work, and leave it to the users to extend. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org