Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24627f4 commit 3bcdceeCopy full SHA for 3bcdcee
irods/__init__.py
@@ -28,9 +28,6 @@ def derived_auth_filename(env_filename):
28
default_irods_authentication_file = os.path.join(os.path.dirname(env_filename),'.irodsA')
29
return os.environ.get('IRODS_AUTHENTICATION_FILE', default_irods_authentication_file)
30
31
-# This has no effect if basicConfig() was previously called.
32
-logging.basicConfig()
33
-
34
logger = logging.getLogger(__name__)
35
logger.addHandler(logging.NullHandler())
36
gHandler = None
0 commit comments