mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 23:34:17 +00:00
Send logging output to --output-file
This commit is contained in:
parent
960f4d6af7
commit
d331558868
1 changed files with 2 additions and 1 deletions
|
|
@ -178,7 +178,8 @@ class Application(object):
|
||||||
|
|
||||||
# Set the verbosity of the program
|
# Set the verbosity of the program
|
||||||
preliminary_opts, _ = self.option_manager.parse_args()
|
preliminary_opts, _ = self.option_manager.parse_args()
|
||||||
flake8.configure_logging(preliminary_opts.verbose)
|
flake8.configure_logging(preliminary_opts.verbose,
|
||||||
|
preliminary_opts.output_file)
|
||||||
|
|
||||||
self.check_plugins = None
|
self.check_plugins = None
|
||||||
self.listening_plugins = None
|
self.listening_plugins = None
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue