Description
Currently node packaged in zip file output logs to the file which is not a common behavior. Let's change the log output to console and mention in the docs that log configuration can be modified to allow simultaneous output to file.
In order to log both to the file with log rotation enabled and to the console, uncomment the corresponding line in the etc/ignite.java.util.logging.properties
# handlers=java.util.logging.ConsoleHandler, java.util.logging.FileHandler
And comment the next one.
Attachments
Issue Links
- causes
-
IGNITE-23375 Logs are written into console instead of log files
- Resolved
- links to