mirror of
https://github.com/clearml/clearml
synced 2025-06-26 18:16:07 +00:00
Add initial artifacts support
Fix sub-process support Fix delete_after_upload option when uploading images Add logugu support Fix subsample plots if they are too big Fix requests for over 15mb
This commit is contained in:
@@ -15,6 +15,13 @@ logging.warning('This is a warning message')
|
||||
logging.error('This is an error message')
|
||||
logging.critical('This is a critical message')
|
||||
|
||||
# this is loguru test example
|
||||
try:
|
||||
from loguru import logger
|
||||
logger.debug("That's it, beautiful and simple logging! (using ANSI colors)")
|
||||
except ImportError:
|
||||
pass
|
||||
|
||||
# get TRAINS logger object for any metrics / reports
|
||||
logger = task.get_logger()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user