Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.5

...

Code Block
languagetext
general.accepted.origin.whitelist = example.com, example.org

general.unsecure.debuglog.include.rest.password

This property defines if the REST system user password is included in the diagnostics log on debug level in error situations. We have this extra configuration parameter because usually we don't want to include any passwords in logs, but when debugging certain error situations seeing the REST system user password might be helpful. You might want to use this only in testing environments or clean up the logs after debugging. There are two possible values:

  • true: REST system user password is included in error log entries on debug level.
  • false: REST system user password is never included in diagnostics log.

Default is false.

Example: 

Code Block
languagetext
general.unsecure.debuglog.include.rest.password = true