dlmarion commented on issue #5682: URL: https://github.com/apache/accumulo/issues/5682#issuecomment-3020116275
The `.audit` file being empty is correct. It's defined in log4j2-service.properties, but the logger that uses it is commented out in the file (on purpose). It exists in the file commented out as an example of what the user could enable, but maybe we should also comment out the file appender so the file is not created. The `.out` file being empty is likely correct. It's created in `accumulo-service` and anything that uses `System.out` should go to this file. Nothing should be using `System.out`. We could remove this file and redirect stdout to stderr. The `.err` file is created in `accumulo-service` and there is a log4j2 console appender set up to write anything above `info` to this log. I can change this to `error` in a PR. The `.log` file is correct. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
