Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a logging infrastructure in EToken API project #30

Open
3 tasks done
nilanjansen opened this issue May 27, 2019 · 1 comment
Open
3 tasks done

Create a logging infrastructure in EToken API project #30

nilanjansen opened this issue May 27, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nilanjansen
Copy link
Collaborator

nilanjansen commented May 27, 2019

Objective

  • Add dependencies for Serilog
  • Configure Serilog Minimum Level, WriteTo, Properties
  • Choose a Serilog Sink
@nilanjansen nilanjansen added the enhancement New feature or request label May 27, 2019
@nilanjansen nilanjansen added this to the First edition Release milestone May 27, 2019
@nilanjansen nilanjansen self-assigned this May 27, 2019
@nilanjansen
Copy link
Collaborator Author

nilanjansen commented May 27, 2019

Checked in Logging Infrastructure using Serilog
Dependencies:

  • Serilog.AspNetCore

  • Serilog.Settings.Configuration

  • Serilog.Sinks.RollingFile

  • Added Seriolog Minimum Level, WriteTo, Properties in appSettings.json

  • Initialized it in Startup ctor

  • Added the Serilog to the HTTP request pipeline in Configure Method
    Commit Id: 6c97be8

@nilanjansen nilanjansen pinned this issue May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant