Studioでのログレベルについて

Studioのログ出力のアクティビティでログレベルを設定できますが、Infoとtraceの違いがいまいち分かりません。
ご教示お願いします

Hi @natsumikan

Both log levels provide information about the execution,
The “Info” level focuses on high-level progress and important events,
while the “Trace” level provides more detailed and specific information for debugging and troubleshooting purposes

Hope it helps!!

Hi @natsumikan

The Info log level is used for general information messages that provide high-level details about the execution flow of a process or a workflow. These messages are typically used to track the progress of the execution and provide meaningful insights. Examples of Info log messages could be logging the start and end of a workflow, important checkpoints, or significant events during the process execution.

The Trace log level, on the other hand, is used for more detailed and fine-grained logging. It provides a deeper insight into the execution flow, capturing more specific information that might be useful for debugging or troubleshooting purposes. Trace log messages can include detailed variable values, method calls, or specific steps within a workflow.

The following resource might help you with this:

https://docs.uipath.com/studio/standalone/2023.4/user-guide/logging-levels

Best Regards.

Hi @natsumikan
Can you look into this

Regards,