Skip to content

Provide the ability to disable the log file output #352

@AlexV525

Description

@AlexV525

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']

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions