Skip to content

Move project logs under build folder #41

@ajantha-bhat

Description

@ajantha-bhat

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions