Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Add more diagnostic logging in MVC #3193

@rynowak

Description

@rynowak

From offline logging discussion:

Add Verbose logging where it can be useful for debugging

  • Time box to 2 dev-days maximum
  • Use EventIds at each logging statement
  • Update any existing logging to include an EventId

Relevant logging points we want to include for sure:

MVC:
        - Controller/Action (about to be run, would like to include MB data, include ModelState.IsValid) - Information
        - Action Result (each of them) - Information

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions