Versions Compared

Key

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

...

The log4net configuration for EdFi.Ods.WebApi needs to must be updated to include the settings needed for request/response content logging.

Add the following elements inside the root <log4net> element of the active log4net configuration file in use for the web API, typically either log4net.development.config or log4net.config.

...

Update the following setting in the appsettings.json for EdFi.Ods.WebApi to reflect the number of minutes request/response content should be logged. The measurement of this logging duration begins when the first web API request is received after the application startup of the application

Code Block
languagexml
"LogRequestResponseContentForMinutes": 0

...