Skip to content

Commit 758acc3

Browse files
authored
Merge pull request #26 from glencoesoftware/loggers
Drop logging configuration settings
2 parents 3f15348 + 0fb6b2d commit 758acc3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

omero2pandas/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
from importlib.util import find_spec
1111
import logging
1212
import os
13-
import sys
1413
from typing import Iterable
1514

1615
import pandas
@@ -25,10 +24,6 @@
2524
else:
2625
register_table = None
2726

28-
logging.basicConfig(
29-
format="%(asctime)s %(levelname)-7s [%(name)16s] %(message)s",
30-
stream=sys.stdout)
31-
3227
LOGGER = logging.getLogger(__name__)
3328

3429

0 commit comments

Comments
 (0)