Unverified Commit 72e16548 authored by mvdbeek's avatar mvdbeek
Browse files

Use INFO log level for irods

We've run out of disk space on usegalaxy.org due to these log messages.
parent b85297c0
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):