Hey @Yuvika, These are some common log fields that are present in all logs:
- Message: The Log Message
- Level: Defines the log severity
- Timestamp: The exact date and time the action was performed
- FileName: the name of the .xaml file being “executed”
- jobId: The key of the job running the process
- processName: The name of the process that triggered the logging
- processVersion: The version number of the process
- windowsIdentity: The name of the user that performed the action that was logged
- robotName: The name of the robot (defined in Orchestrator)
Keep in mind that processName and processVersion might not appear if the process is run locally without connection to the Orchestrator.