License Server
 

Changing logging level

Last modified: 25 August 2023

By default, the logging level for obtain, prolong, and release tickets is WARN. There are three loggers:

  • l_service - detailed logging of IDE requests and responses.

  • Reporting - logging of actions on a server: tickets obtaining and revoking with user and license information. The same as l_service, but in more human-readable representation.

  • Tickets - logging of actions with tickets. For example, manual ticket revoking.

Change logging level to INFO

  1. Change to the FLS installation directory using the command line.

  2. Under the current directory open the following file: web/WEB-INF/classes/log4j2.xml

  3. Find the code block with the appropriate logger and delete it.

    <Logger name="l_service" level="warn" additivity="false">
    <AppenderRef ref="ASYNC"/>
    </Logger>