QuestionQ53

Logging

When should a developer log a coherent message at the Info logging level while developing an automation project?

Explanation

Information-level logs provide general insights into an automation’s execution, such as meaningful task progress. Reading data from an external source is an appropriate informational event. Variable and argument values are associated with the more detailed Trace/Verbose levels, while exceptions and Queue Item processing errors should be logged as errors.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!