Skip to main content

If you are using our backend SDK that is lesser than the following versions, please visit the older documentation link here.

Logging

The core generates extensive logs with the following levels:

  • DEBUG
  • INFO
  • WARN
  • ERROR

By default, the core will print out INFO, WARN and ERROR logs.

If you want to change the log levels, you can set the core's log_level config to reflect this:

  • DEBUG: Prints out all the log levels
  • INFO: Prints out INFO, WARN and ERROR levels
  • WARN: Prints out WARN and ERROR levels
  • ERROR Prints out ERROR levels
  • NONE: No logs output
 docker run \
-p 3567:3567 \
-e LOG_LEVEL=DEBUG \
-d registry.supertokens.io/supertokens/supertokens-<db_name>
Looking for older versions of the documentation?
Which UI do you use?
Custom UI
Pre built UI