You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use app.logf() for internal packages for nsqd nsqlookupd nsqadmin
Instead of setting a Logger for github.com/nsqio/nsq/internal packages,
pass a logf() function, so it is called with and honors a LogLevel.
* internal/clusterinfo/
* internal/http_api/
* internal/protocol/
nsqd lookupPeer also needed to be converted
Get rid of interal.app.Logger type, but internal/test/ needs
its own Logger definition to avoid circular import with
internal/lg/ tests.
0 commit comments