Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Consider a better place to store the log and be aware that the application pool identity (service account) must have write access to this folder (which it may not have to the web site folder).

From Link 2.12 It's possible to control the log-level by setting an app-setting key: identityServerLogLevel

Code Block
languagexml
firstline19
titleweb.config
<add key="identityServerLogLevel" value="Debug"/>

The following values are available:
Verbose, Debug, Information, Warning, Error and Fatal
Default is Warning

More information about logging

...