Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Intermediate directories in log path structure should be created if not present #12

Open
lwoodson opened this issue May 26, 2016 · 2 comments

Comments

@lwoodson
Copy link
Contributor

When I configure gumshoe to log into a file in a nested directory structure like this...

Gumshoe.configure(new SimpleConfiguration("my-app", "logs/gumshoe/gumshoe.log"));

An exception bubbles up if any of the directories are missing (logs or gumshoe). Gumshoe should create these directories if they do not exist.

@benchai
Copy link

benchai commented May 26, 2016

A useful feature to logging it to have different levels of logging verbosity.

It would be nice to be able to have debug logs that list really verbose things like maybe the state of all variables in scope, but at the same time when going through logs normally those should be hidden.

@lwoodson
Copy link
Contributor Author

lwoodson commented May 31, 2016

Thanks @benchai. Can you create that as a top-level item? i.e. a separate issue from this one.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants