Configure logging
You can configure the minimal log level for Fonto Connectors. Do so by setting the configuration key fc__logging__log
to the the desired log level.
The following log levels are supported:
-
Trace
-
Debug
-
Information
-
Warning (default)
-
Error
-
Critical
-
None
Example
You should now see the messages from the configured log level.

Other
fc__logging__logLevel=Information