I’m trying to create logging system that separates local Execution log messages to two separate files. The purpose of this that there would be an error log, that collects only “warn”, “fatal” and “error” level level logging from all processes. This would be helpful for motoring and fault diagnostics.
Yes, it coulde be done this way. But this method requires new automation process (or implementation to existing process).
I’m trying to figure out a way to utilize the Nlog system that Uipath (uirobot) uses. First issue have is that the Nlog.config file keeps resetting. I changed the directory and it was working fine, but after some days it was back to orginal. And the second one is that adding new target won’t create new log file. (Nlog.config content in picture)