sureshj
(suresh_hserus)
November 30, 2018, 7:37am
1
Hi all,
I have a create a process with log messages and write line while running in the studio it will be printed in output, now I am running the same process in orchestrator, where to see the output in orchestrator. I checked in audit and log(job) nothing is refected.
can anyone help on this:v:
Thanks,
SureshJ
1 Like
Instead of writeline, you have to use logs.
The Logs page displays logs generated by Robots in all folders the user has access to, including logs generated for jobs started through remote debugging sessions. To access it, navigate to Orchestrator Automations tab from a folder context, and...
Description During process execution, the Robot generates a message (Log) for each step along the way. These are gathered and stored in a Log File. The overall operation of gathering and storing Logs is called Logging. Each Log has a Log Level, which...
Regards,
Karthik Byggari
1 Like
sureshj
(suresh_hserus)
November 30, 2018, 10:18am
3
Hi karthix,
I am using log message which should be logged in orchestrator ,but no logs here.
https://activities.uipath.com/docs/log-message
Did u checked in Orchestrator in the following place -
1 Like
sureshj
(suresh_hserus)
December 3, 2018, 10:58am
5
Hi Karthik,
No log is available,
I checked in Job logs too, it is empty with the column name.
Thanks,
SureshJ
Have you used the below activity in your robot. If yes, then these logs will be visible based on the logging level set in the Robot settings.