Custom Log Configurations
If the preconfigured logging styles do not meet your requirements, you can customize the logging configuration.
To do so, prepare an external configuration file and specify the path to that file in an environment variable ($LOGGING_CONFIGURATION).
To prepare the external configuration file, extract a log4j configuration from the local license server .jar file and modify it to suit your requirements. Use a command like the following to view the embedded configuration:
$ unzip -p flexnetls.jar BOOT-INF/classes/log4j-default.xml