I have installed Mathematica in a Windows machine as a service using srvany and now I have problems with error messages — they don't get written in logs file like they should!
For example, if I do:
- set
$Messagesto{OpenAppend["error.log"]} - execute
1/0
There will be nothing in error.log.
But if I write to file with WriteString[OpenAppend["error.log"],"Hello world!"], error.log get succesfully written!
Do you have any explanation for this? If I do exactly the same from the front-end the error get written inside the file like it should!