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(s) detected" on console #1952

Open
blalor opened this issue Jan 31, 2025 · 3 comments
Open

"change(s) detected" on console #1952

blalor opened this issue Jan 31, 2025 · 3 comments

Comments

@blalor
Copy link

blalor commented Jan 31, 2025

Fava 1.30, Beancount 3.0.0

I see these messages on the console when Fava's running and I make changes to beancount files:

1 change detected
1 change detected
1 change detected
1 change detected
1 change detected
1 change detected
1 change detected
1 change detected
1 change detected
1 change detected
21 changes detected
13 changes detected
1 change detected
1 change detected
5 changes detected
7 changes detected
24 changes detected

I looked for those strings in the Fava source and don't see them, so I suspect it's from an included library. Maybe there's some logging that needs to be configured?

@blalor
Copy link
Author

blalor commented Feb 3, 2025

It looks like Fava's using watchfiles, and this looks like the suspect line. Maybe modify setup_logging() to suppress watchfiles at INFO or below?

@yagebu
Copy link
Member

yagebu commented Feb 9, 2025

Yes, these are the logs of watchfiles. I think these logs are somewhat useful (to see that files changed which should trigger a reload) and don't necessarily see the need to disable them. Do they bother you?

@blalor
Copy link
Author

blalor commented Feb 9, 2025 via email

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

No branches or pull requests

2 participants