Skip to content

Commit 3e2f365

Browse files
authored
Merge pull request jxmorris12#114 from Upsylonbare/master
fix: as a lib we should not configure the root logger
2 parents fc6cd78 + 52c95b7 commit 3e2f365

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

language_tool_python/download_lt.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
)
2222

2323
# Create logger for this file.
24-
logging.basicConfig(format='%(message)s')
2524
logger = logging.getLogger(__name__)
2625
logger.setLevel(logging.INFO)
2726

0 commit comments

Comments
 (0)