Dispatcher Paragon Infrastructure Service Logs
Please note that proxy instances will log either to file (when deployed on production server) or to syslog (when deployed on SafeQube)
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 |
|
management-server/management-server/src/main/resources/logback.xml |
Only in source code |
infrastructure-service.log - next to the jar file |
.yyyy-MM-dd_i |
20MB |
no limit |
zip |
false |
LogBack |
|
management-server/server-proxy/src/main/resources/proxy-logback.xml |
Only in source code |
ims-proxy.log- next to the jar file |
.yyyy-MM-dd_i |
20MB |
no limit |
zip |
false |
LogBack |
Log Format
|
Log Name |
Column 1 |
Column 2 |
Column 3 |
Column 4 |
Column 5 |
|
infrastructure-service.log |
yyyy-MM-dd HH:mm:ss.SSS |
[ThreadName] |
Logging priority (Debug, ...) (min width 5) |
Name of the logger shortened to 36 char (logger{36}) - |
application specific message |
|
ims-proxy.log |
yyyy-MM-dd 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
|
management-server.log |
||||
|
yyyy-MM-dd 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 12:13:55.267 |
[vert.x-worker-thread-10] |
DEBUG |
c.y.m.m.system.SystemRoutes - |
Received System expected-state request for systemGuid [68:7c:d5:01:01:84] from [10.1.2.51] |
|
2016-07-01 12:13:55.267 |
[vert.x-eventloop-thread-0] |
INFO |
c.y.m.m.system.SystemRoutes - |
Sent System expected-state for systemGuid [68:7c:d5:01:01:84] to [10.1.2.51]. Turn on debug for more details. |
|
2016-07-01 12:13:55.267 |
[vert.x-eventloop-thread-0] |
DEBUG |
c.y.m.m.system.SystemRoutes - |
System expected-state [null] for systemGuid [68:7c:d5:01:01:84]. |