-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels