JoaoJandre commented on code in PR #10980: URL: https://github.com/apache/cloudstack/pull/10980#discussion_r2143437958
########## server/conf/log4j-cloud.xml.in: ########## @@ -56,10 +56,9 @@ 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="%-5p [%c{1.}] (%t:%x) %m%ex%n"/> + <Syslog name="SYSLOG" host="localhost" port="514" protocol="UDP" appName="ApacheCloudStack" 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"/> Review Comment: ```suggestion <PatternLayout pattern="%-5p [%c{1.}] (%t:%x) %m%ex%n"/> ``` Just to keep it as it is -- 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