Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sample of one logging line in following format:

%d{ISO8601} [${serverIdSERVERID}, ${MACHINE}, %thread, %X{REQUEST_URI}, %X{REQUEST_ID}, %X{SESSION_ID}, %X{SOURCE_SYSTEM}, %X{CORRELATION_ID}, %X{PROCESS_ID}] %-5level %logger{36} - : %msg%n

One log line contains standard parameters which can configure in file logback.xml (see documentation Logback lib: http://logback.qos.ch) that is used as logging platform. In addition the following custom logging parameters are used:

...