Logs
JLupin Control Center core
JLupin Control Center is using standard Log4j2 logging of JLupin Platform. Every component which can be found under platform/application
directory contains log4j2.xml
file which can be modified to change logging configuration. By default logs are stored in proper directory under platform/logs/microservice/
.
JLupin Control Center client
JLupin Control Center client is using Log4j2 for logging. In config file path to logging configuration file is specified and by default it is configuration/log4j2.xml
. And with default logging configuration logs are stored in logs/console-client.log
.