Skip to main content
Skip table of contents

YSoft 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 PathConfiguration PathOutput Log PathData Pattern after size overflowMax File SizeMax Number Of Files (Delete strategy)CompressionConcurrent writesLogging Type
management-server/management-server/src/main/resources/logback.xmlOnly in source codeinfrastructure-service.log - next to the jar file.yyyy-MM-dd_i20MBno limitzipfalseLogBack
management-server/server-proxy/src/main/resources/proxy-logback.xmlOnly in source codeims-proxy.log- next to the jar file.yyyy-MM-dd_i20MBno limitzipfalseLogBack

Log Format

Log NameColumn 1Column 2Column 3Column 4Column 5
infrastructure-service.logyyyy-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.logyyyy-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].
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.