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

[fsevents] What appears to be debugging information logged with info level #773

Closed
globau opened this issue Mar 29, 2021 · 1 comment
Closed

Comments

@globau
Copy link
Contributor

globau commented Mar 29, 2021

#734 introduced the following:

def queue_event(self, event):
logger.info("queue_event %s", event)
EventEmitter.queue_event(self, event)

As this appears to be debugging output, it should use logger.debug not logger.info.

@BoboTiG
Copy link
Collaborator

BoboTiG commented Mar 29, 2021

Could you open a PR please?

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

No branches or pull requests

2 participants