Currently our default logging format is as follows:
%(name)s - %(levelname)s - %(message)s
This looks like the following:
distributed.scheduler - INFO - Starting worker compute stream, tcp://100.96.10.12:38938
distributed.scheduler - INFO - Register tcp://100.96.9.13:36728
distributed.scheduler - INFO - Starting worker compute stream, tcp://100.96.9.13:36728
Should we change this? Options available here: https://docs.python.org/3/library/logging.html#logrecord-objects
Currently our default logging format is as follows:
This looks like the following:
Should we change this? Options available here: https://docs.python.org/3/library/logging.html#logrecord-objects