ska_sdp_piper.piper.utils.log_util module

class ska_sdp_piper.piper.utils.log_util.LogUtil[source]

Bases: object

verbose = False
classmethod configure(log_file=None, verbose=False)[source]

Configure the log using standardised config

Parameters:
  • log_file (str) -- Path to log file

  • verbose (bool) -- Set log verbosity to DEBUG

class ska_sdp_piper.piper.utils.log_util.LogPlugin(*args: Any, **kwargs: Any)[source]

Bases: WorkerPlugin

setup(worker)[source]
ska_sdp_piper.piper.utils.log_util.delayed_log(logger, formated_log_msg, **kwargs)