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

Add/Update logging in static files middleware #69

Closed
@rynowak

Description

@rynowak

From offline logging discussion:

Add Verbose logging where it can be useful for debugging

  • Time box to 2 dev-days maximum (across all of k-core)
  • Use EventIds at each logging statement
  • Update any existing logging to include an EventId

Relevant logging points we want to include for sure:

        - Served a file - Information
        - Did not serve a file

Activity

rynowak

rynowak commented on Sep 24, 2015

@rynowak
MemberAuthor
muratg

muratg commented on Sep 24, 2015

@muratg

@Tratcher Looks like a good suggestion. Want to take a stab at very early RC1?

Tratcher

Tratcher commented on Sep 24, 2015

@Tratcher
Member

Did not serve a file would fire for almost every request, sounds like it should be verbose or debug. @rynowak Any examples of work already done that uses EventIds?

added this to the 1.0.0-rc1 milestone on Sep 24, 2015
self-assigned this
on Sep 24, 2015
rynowak

rynowak commented on Sep 24, 2015

@rynowak
MemberAuthor

Yes, not-serving a file would be Verbose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @rynowak@muratg@Tratcher@danroth27@victorhurdugaci

      Issue actions

        Add/Update logging in static files middleware · Issue #69 · aspnet/StaticFiles