Component | str | This should be the specific name of the processing step into the taskRun that generates this message. | |
MsgBody | str | This is the body of the message in free text. This message could embed information related to the ProcessingOrderId | |
MsgCode | str | Code message. This message code completion is left to the discretion of the software developer for both MsgBody and / or MsgInfo. Example given : some libraries or services implement some error code message : http/ftp/services that could be put here. | |
MsgDate | datetime | Creation date of the message. | |
MsgInfo | str | MsgInfo | |
MsgSeverityLevel | str | Message severity level. The list of severity levels is derived from : https://docs.python.org/2/library/logging.html#module-logging and BOOST log lib. | |
Service | str | Name of the service/daemon that generates the message. | |
User | str | User/Task who produces the message, this should be the taskrunId or a more explicit name of the job. | |