Table of Contents

Log Level

The logging settings are found under Logging Server -> Log Level.

Log Level Settings

Enable Logging

This toggle determins if this option is turned on or off, when disabled, no logs will be created.

Log Level

  • Trace

    Very detailed logging that greatly impinges on server performance. Only ever set logging to this level if instructed to by Flynet Support.
  • Debug

    Useful setting for when first setting up a Jubilant server. Allows detailed analysis of sessions without too much impact on performance.
  • Information

    The first log level suitable for production. Informative logs that show how sessions are managed and progress.
  • Warning

    Only logs warnings, errors or critical failures.
  • Error

    Only logs errors and critical failures.
  • Critical

    Only logs critical failures.

Log Location

The log file location can currently only be set in the logging server settings file at C:\Program Files\Flynet\Jubilant\LoggingServer\logging-server.settings.json

"Logging": {

      "LoggingAndTracingFileLocation": ".\\Log\\",

    }

Setting the LoggingAndTracingFileLocation setting to a fully qualified location or relative to C:\Program Files\Flynet\Jubilant\LoggingServer is supported. The above example is the default location using relative path. This reuslts in logging to C:\Program Files\Flynet\Jubilant\LoggingServer\Log.

The example below logs to E:\Log\

"Logging": {

      "LoggingAndTracingFileLocation": "E:\\Log\\",

    }

Save

Saves and applies the displayed settings.