mirror of
https://github.com/clearml/clearml
synced 2025-02-01 09:36:49 +00:00
10 lines
186 B
Python
10 lines
186 B
Python
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
from __future__ import print_function, division, absolute_import
|
||
|
|
||
|
import logging.handlers
|
||
|
|
||
|
|
||
|
logger = logging.getLogger('pigar')
|
||
|
logger.setLevel(logging.WARNING)
|