Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
8b640886
Commit
8b640886
authored
Jun 21, 2022
by
David Hotham
Committed by
Bjorn Neergaard
Jun 21, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove redundant logging handlers
parent
f9fba83b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/poetry/console/application.py
+0
-2
No files found.
src/poetry/console/application.py
View file @
8b640886
...
@@ -264,8 +264,6 @@ class Application(BaseApplication): # type: ignore[misc]
...
@@ -264,8 +264,6 @@ class Application(BaseApplication): # type: ignore[misc]
for
name
in
loggers
:
for
name
in
loggers
:
logger
=
logging
.
getLogger
(
name
)
logger
=
logging
.
getLogger
(
name
)
logger
.
handlers
=
[
handler
]
_level
=
level
_level
=
level
# The builders loggers are special and we can actually
# The builders loggers are special and we can actually
# start at the INFO level.
# start at the INFO level.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment