YSoft SafeQ End User Interface Logs
General Info
Log Format Definition Path | Configuration Path | Output Log Path | Data Pattern After Size Overflow | Max File Size | Max Number Of Files (Delete Strategy) | Compression | Concurrent Writes | Logging Type |
End-User UI - ui\src\main\resources\logback.xml | General: <SAFEQ6_HOME>\SPOC\EUI\ui-conf\environment-configuration.properties Logs: Only in source code | <SAFEQ6_HOME>\SPOC\EUI\logs | .yyyy-MM-dd_i | 20MB | no limit | zip | LogBack |
Log Format
Log Name | Column 1 | Column 2 | Column 3 | Column 4 | Column 5 |
end-user-ui.log | DateTime: HH:mm:ss.SSS | [ThreadName] | Logging priority (Debug, ...) (min width 5) | Name of the logger shortened to 36 char (logger{36}) - | application specific message |
Example
end-user-ui.log | |||||
DateTime: HH:mm:ss.SSS | [ThreadName] | Logging priority (Debug, ...) (min width 5) | Name of the logger shortened to 36 char (logger{36}) - | application specific message | |
2016-07-01 03:56:56.382 | [pool-1-thread-11] | WARN | c.y.m.s.zmq.ZeroMQClientSession - | [safeq(35d3926c-adc7-4d54-811d-114d67b64049)]: dropping message [[goodbye, error, true, message, unknown peer, stopReconnecting, false]] for terminated session | |
2016-07-06 14:45:02.070 . | [I/O dispatcher 1] | WARN | c.y.u.s.m.RemoteServiceMonitoringAspect - | Execution of PaymentService.getPaymentGateways took 1187 ms | |
2016-07-06 17:00:02.584 | [I/O dispatcher 2] | WARN | c.y.u.s.m.RemoteServiceMonitoringAspect - | Execution of PaymentService.getPaymentConfiguration took 1451 ms. |