When should a developer log a coherent message at the Info logging level while developing an automation project?
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.
Community Discussion