Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add log file support #6

Closed
Dids opened this issue Aug 30, 2018 · 1 comment
Closed

Add log file support #6

Dids opened this issue Aug 30, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Dids
Copy link
Owner

Dids commented Aug 30, 2018

Ideally we'd want to have a build log written each time clobber is running, just so it's easier to debug any issues if (and when) they occur.

@Dids Dids added the enhancement New feature or request label Aug 30, 2018
@Dids Dids self-assigned this Aug 30, 2018
@Dids
Copy link
Owner Author

Dids commented Aug 30, 2018

Right now the logger (logrus) is only actually logging anything when running with --verbose mode, meaning we can't exactly create the log files without it either.

We most likely need to write our own writer, which will conditionally enable logging to console and/or file.

Dids added a commit that referenced this issue Aug 30, 2018
warexify pushed a commit to warexify/clobber that referenced this issue Aug 30, 2018
@Dids Dids closed this as completed in 4c0d5fc Aug 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant