-
The log config file option states only: "Specifies a filename where the importer’s log should be kept...", however the default logging-level output is somewhat less informative than I would like.
As you can see from the sample log-file output above, it does not tell me anything about the processes going on behind the Or is there some other way to set the log-level verbosity that is persistent until changed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't think you can change the config to add verbose output to the The option For reference, you can find the default config with all possible options (including some other undocumented ones) here https://github.com/beetbox/beets/blob/master/beets/config_default.yaml |
Beta Was this translation helpful? Give feedback.
I don't think you can change the config to add verbose output to the
log:
config. It'll probably only accept a string for the file path.The option
verbose:
(defaultverbose: 0
) does exist in the default config, but it's not documented so changing it might help you not have to flag-v
every time, or it might not.For reference, you can find the default config with all possible options (including some other undocumented ones) here https://github.com/beetbox/beets/blob/master/beets/config_default.yaml