Correct use of Logs Messages in functional projects

Hi good morning.

I am currently developing a functional project for a company, and when I am doing tests I realize that the Logs Messages have been very useful for me, but the following question arises: Is it correct to put a Log Message in each Activity to know where it is located? I got an error or is there another easier and more useful way?

I appreciate your answers, regards.

I don’t prefer to have it at every step. Instead at each logical step of the process & at places where dynamic data is involved.

Also for each activity once it is properly named which will help a lot in error logging & identification of the issue source.

Hope this helps.

Thanks
#nK

1 Like

@rpa_chata

Please check this

Cheers

1 Like

Hi,

We can know which activity name, display name, workflow file name etc using expressions in the following post, even if not debug mode. These can be used for exception which is occurred in invoked workflow file.

So, I don’t think we need to put LogMessage activity every step.

Regards,

1 Like

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