Unverified Commit 139963b5 authored by Björn Grüning's avatar Björn Grüning Committed by GitHub
Browse files

Merge pull request #13957 from mvdbeek/use_info_log_level

[22.01] Use INFO log level for irods
parents b85297c0 72e16548
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ IRODS_IMPORT_MESSAGE = ('The Python irods package is required to use this featur
# 1 MB
CHUNK_SIZE = 2**20
log = logging.getLogger(__name__)
logging.getLogger("irods.connection").setLevel(logging.INFO)  # irods logging generates gigabytes of logs


def _config_xml_error(tag):