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

In verbose mode, show information about included config files #3254

Open
msdos opened this issue May 6, 2019 · 1 comment · May be fixed by #3257
Open

In verbose mode, show information about included config files #3254

msdos opened this issue May 6, 2019 · 1 comment · May be fixed by #3257
Labels

Comments

@msdos
Copy link

@msdos msdos commented May 6, 2019

When running in verbose mode, you get user configuration: .config/beets/config.yaml. It would be nice to have information about all included files with config.html#include directive. Example:

You have in config.yaml:

include: ['tokens.yaml', '~/external.yaml']

Running with verbose on would give:

user configuration: .config/beets/config.yaml, .config/beets/tokens.yaml, ~/external.yaml

@RollingStar
Copy link
Contributor

@RollingStar RollingStar commented May 8, 2019

Here's the relevant code:

log.debug(u'user configuration: {0}',

@jackwilsdon jackwilsdon linked a pull request that will close this issue May 8, 2019
@sampsyo sampsyo added the feature label May 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

3 participants
You can’t perform that action at this time.