- 入门指南
- 了解 UiPath Robot
- UiPath Assistant
- 安装要求
- Installing robots for unattended automations
- Configuring robots for unattended automations
- Deploying unattended automations
- Connecting robots for unattended automations to Orchestrator
- 为高密度机器人设置 Windows Server
- 通过代理服务器重定向机器人
- Implementing authentication
- Adjusting registry settings for execution in minimized RDP windows
- Using network locations
- 设置 Linux 机器人
- 配置包签名验证
- 设置包文件夹和网络路径
- 配置活动订阅源
- Setting up non-persistent VDIs - follow up with Sai
- Installing robots for attended automations
- Configuring robots for attended automations
- 集成
- 故障排除
Robot admin guide
Log fields
A log entry contains several log fields, each holding a different information about the vent being logged.
-
消息:日志消息。
-
Level - Defines the log level.
-
Timestamp - The exact date and time the logged action was happened.
-
文件名:正在执行的
.xaml
文件的名称。 -
jobId (*) - The ID of the job running the process.
-
processName (*) - The name of the process that triggered the logging. Requires an active connection to Orchestrator.
-
processVersion (*) - The version number of the process. Requires an active connection to Orchestrator.
-
窗口身份:执行所记录操作的用户的名称。
-
robotName (*) - The name of the Robot (as defined in Orchestrator).
-
machineName - 机器人计算机的名称。
-
machineId (*) - The id of the robot machine.
-
组织单位 ID * - Orchestrator 组织的 ID。
To define custom fields, use the Add Log Fields activity. These fields appear in all subsequent logs. To remove these fields from further logs, use the Remove Log Fields activity.
Make sure to name your custom log fields different from the default log fields. Otherwise, duplicate names can corrupt the logging process and disrupt the execution of your workflow.
这些日志会按日志类型显示:
For the Execution End default log, the following fields are included:
- 总执行时间(秒)
- 总执行时间
For the Transaction Start default log, the following fields are included:
- 队列名称
- 交易 ID
- 交易说明
- 初始化人员
For the Transaction End default log, the following fields are included:
- 队列名称
- 交易 ID
- 交易说明
- 交易状态
- 事务执行时间
- 处理异常的类型
- 处理异常的原因
- 队列项目审核状态
- 队列项目优先级
For the Debugging Log default log, the following fields are included:
-
activityInfo, which is a JSON message with the following fields:
- 显示名称
- “状态”(故障、已关闭、正在执行)
- 活动
-
参数