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

Change several lines "debug()" to "info()" #51

Open
kubinka0505 opened this issue Sep 13, 2023 · 0 comments
Open

Change several lines "debug()" to "info()" #51

kubinka0505 opened this issue Sep 13, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@kubinka0505
Copy link

kubinka0505 commented Sep 13, 2023

I am using matchering-cli that can use extended logger usage. Below, I present some examples of lines that I think should be called with info instead of debug.

Important

This issue is not appearing in matchering-cli repository as it inherits logs from this one


"Where was my result file saved?"

debug(f"Saving the {name} {sample_rate} Hz Stereo {subtype} to: '{file}'...")

debug(f"'{file}' is saved")


"Is matchering initializing or my files has been loaded already?"

debug(f"Loading the {file_type} file: '{file}'...")


"Have I possibly picked the wrong file? I would like to know it's basic properties."

debug(f"{name} audio length: {length} samples ({time_str(length, sample_rate)})")


I could probably find more, but these are most basic.

@sergree sergree added the enhancement New feature or request label Sep 13, 2023
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

2 participants