krogold
7 years agoRegular Contributor
how to store log.info into external file
Hello, I'm currently trying to output (in a simple way) the logger info into an external file, ie. output the content of the Script Log tab in a file. I had a look to the existing log files ...
- 7 years ago
When I use log.info, I see all of my messages in the groovy.log file. Ensure you have logging enabled? I think there's a setting for that somewhere.