-
Notifications
You must be signed in to change notification settings - Fork 83
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: false
or more robust log configurations:
custom_lint
logging:
enabled: false
output: 'custom_lint.log'
level: 'DEBUG'
tags: ['WrapWithConsumer, WrapWithProviderScope']
cJannik
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request