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

Changed LogLevel usability #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

fikus88
Copy link

@fikus88 fikus88 commented Oct 16, 2019

Hi, thats a great package you got there so decided to do small pull request to utilise use of config.loglevel somehow it didnt work for me so changed it, happy to get feedback

@@ -15,7 +15,7 @@ public sealed class FileAgeManager

private readonly HashSet<string> watchedFiles;
private readonly Timer ticker;
private readonly ILogger logger = Logging.CreateLogger<FileAgeManager>();
private readonly ILogger logger = Logging.CreateLogger<FileAgeManager>(LogLevel.None);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that is set on purpose cause of my project requirements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant