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

luigid logging: Log less and change logger name #1636

Merged
merged 1 commit into from
Apr 11, 2016

Conversation

Tarrasch
Copy link
Contributor

@Tarrasch Tarrasch commented Apr 7, 2016

I think it makes sense to log less, because currently I think INFO level
should not be verbose. In particular "No workers connected" message is
verbose and going to be said many more times than it will be actually
removed (when used with assistants).

Further, I think now is a sane time to change the name of the logger to
the "recommended" getLogger(__name__) style. Because PR
#1633 was just merged and it's less likely that people have
relied on the logger name prior to that.

I think it makes sense to log less, because currently I think INFO level
should not be verbose. In particular "No workers connected" message is
verbose and going to be said many more times than it will be actually
removed (when used with assistants).

Further, I think now is a sane time to change the name of the logger to
the "recommended" `getLogger(__name__)` style. Because PR
spotify#1633 was just merged and it's less likely that people have
relied on the logger name prior to that.
@erikbern
Copy link
Contributor

erikbern commented Apr 7, 2016

lgtm

@Tarrasch Tarrasch merged commit 0318565 into spotify:master Apr 11, 2016
@Tarrasch Tarrasch deleted the less_verbose_scheduler branch April 11, 2016 02:00
This was referenced Jun 29, 2022
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

Successfully merging this pull request may close these issues.

3 participants