Enable systemd Logging

By default, the standard Syslog system for logging is used when the license server is installed as a systemd service. However, you can switch to the systemd integrated logging system, called systemd journal (see More About systemd Logging), once the service is installed.

To enable systemd journal, manually edit the flexnetls.conf unit file (using the process described in Edit the .conf File Manually) to update the OPTIONS= line to include "--systemd-logging":

OPTIONS="--systemd-logging" 

If you want to switch back to Syslog, simply remove "--systemd-logging" from OPTIONS=, as shown:

OPTIONS= 

Caution:The license server should not use a logging level above INFO when systemd journal is enabled. A level above INFO can have a negative impact on license server performance.