ajantha-bhat opened a new issue, #41: URL: https://github.com/apache/polaris-tools/issues/41
Currently all the logs are under logs folder outside the build. So, it would be good to keep the logs in build folder for the project. But the catch is the final runtime CLI also uses the same logback of the project and we don't want to have build/logs folder for end user. For them `logs` folder is easy to understand. I also tried console-log to use `logs` directory and root-log to use `build/logs`. So that CLI output will go to `logs` and normal output will go to `build/logs`. That didn't work. Everything is writing to `build/logs`. So, need to get back at this. -- 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]
