What will be log level if Robot have lost connection with Orchestrator

Hi All,

I want to know what will be log level if Robot have lost connection with Orchestrator?

Hi

Usually INFO level
And and it depends upon the log level you have set in your orchestrator

Cheers @Rohit_More

If I set verbose level in orchestrator that how it’ll behave in above scenario?

I have tried doing it but I’m not getting it.

By default, the Verbose level includes:

  • Execution Started log entry - generated every time a process is started.
  • Execution Ended log entry - generated every time a process is finalized.
  • Transaction Started log entry - generated every time a transaction item is obtained by the Robot from Orchestrator.
  • Transaction Ended log entry - generated every time the Robot sets the transaction status to either Success or Failed.

And this is what I tried to mention on fault

  • Activity Information log entry - generated every time an activity is started , faulted or finished inside a process.

Cheers @Rohit_More

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.