Thanks for your answer,
First couldn't see detailed information about the script actions / errors in any of these logs.
So I asked where exactly should the standard output / errors be logged to find it.
I know all of these four log files of course, but couldn't see and find where the detailed information about the script operations / outputs were logged exactly.
Now I just wanted to do another clear test and finally saw this line, where those two infos are indeed logged:
2023-11-18 01:52:50,404 INFO [29] ModuleScriptManager - {"ExitCode":1,"StandardError":"Ungltige Option - "y".\r\n\r\n","StandardOut":"\r\nC:\Program Files\Toec\AppData\094fc44f-8836-4f8c-819e-98c07afee93e>echo This should be any output. \r\nThis should be any output.\r\n\r\nC:\Program Files\Toec\AppData\094fc44f-8836-4f8c-819e-98c07afee93e>del C:\nopath\nofile.txt /y \r\n\r\n"}
Is this information also checkable directly in the webUI somewhere? So I mean the content of StandardError and StandardOut without the need to dig through the toec client log?