-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I don't want to see a log file with hundreds of megabytes constantly in my project. In this case, custom_lint.log. I've already set debug/verbose to false, and they apparently don't own the behavior.
Describe the solution you'd like
Provide a flag/option to disable the log file output completely. Ideally:
custom_lint:
logging: falseor more robust log configurations:
custom_lint
logging:
enabled: false
output: 'custom_lint.log'
level: 'DEBUG'
tags: ['WrapWithConsumer, WrapWithProviderScope']cJannik and martin-ideeri
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request