robot
latest
false
- 基本情報
- UiPath Robot について
- インストール要件
- 無人オートメーション用にロボットをインストールする
- 無人オートメーション用にロボットを設定する
- 有人オートメーション用にロボットをインストールする
- 有人オートメーション用にロボットを設定する
- Integrations
- ガバナンス
- トラブルシューティング
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。

Robot 管理ガイド
最終更新日時 2025年8月25日
ログストレージ
linkOrchestrator のストレージ
linkWhen the Robot is connected to Orchestrator, only logs matching the level set in Assistant or Orchestrator appear on the Logs page. If Orchestrator is unavailable, logs are stored in a local path -
C:\Windows\System32\config\systemprofile\AppData\Local\UiPath\Logs\execution_log_data
, within the available disk space, until the connection is restored. When the connection is restored, the logs are sent in batches in the order they had been generated.
NLog ストレージ
link重要:
Robot を更新すると、このファイルは上書きされてリセットされ、以前の編集内容はすべて削除されます。
さらに、ログ ストレージは
NLog.config
ファイルを編集することで構成できます。診断ログは内部のロガーで収集され、NLog ターゲットを使用して転送されます。既定では、実行ログは %LocalAppData%\UiPath\Logs
フォルダー内のファイルに保存されます。メッセージは WorkflowLogging ロガーで収集され、NLog.config
ファイル内の以下のパラメーターの設定に従って、NLog ターゲットを使用して転送できます。
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<variable name="WorkflowLoggingDirectory" value="${specialfolder:folder=LocalApplicationData}/UiPath/Logs" />
<rules>
<logger name="WorkflowLogging" writeTo="WorkflowLogFiles" final="true" />
</rules>
<targets>
<target type="File" name="WorkflowLogFiles" fileName="${WorkflowLoggingDirectory}/${shortdate}_Execution.log" layout="${time} ${level} ${message}" keepFileOpen="true" openFileCacheTimeout="5" concurrentWrites="true" encoding="utf-8" writeBom="true" />
</targets>
</nlog>
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<variable name="WorkflowLoggingDirectory" value="${specialfolder:folder=LocalApplicationData}/UiPath/Logs" />
<rules>
<logger name="WorkflowLogging" writeTo="WorkflowLogFiles" final="true" />
</rules>
<targets>
<target type="File" name="WorkflowLogFiles" fileName="${WorkflowLoggingDirectory}/${shortdate}_Execution.log" layout="${time} ${level} ${message}" keepFileOpen="true" openFileCacheTimeout="5" concurrentWrites="true" encoding="utf-8" writeBom="true" />
</targets>
</nlog>
Robot のモード別のログの保存
linkロボット ログは、オートメーションを実行するユーザーがローカル ユーザー (ユーザー モードの Robot の場合) であるか、ローカル システム ユーザー (サービス モードの Robot の場合) であるかに応じて異なる方法で保存されます。
ログの種類 |
サービス モードの Robot のストレージ |
ユーザー モードの Robot のストレージ |
---|---|---|
.log 形式の実行ログ
|
|
|
LiteDB 形式の実行ログ |
|
|
診断 (または内部) ログ |
|
|
更新ログ |
|
|