Small typo

pull/400/head
Justin Reagor 2018-03-21 00:25:14 -04:00
parent 6429fb5bf7
commit 5819bc8fb1
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ func (pl *Logger) Log(level pgx.LogLevel, msg string, data map[string]interface{
zlevel = zerolog.DebugLevel
}
pgxlog := l.logger.With().Fields(data).Logger()
pgxlog := pl.logger.With().Fields(data).Logger()
pgxlog.WithLevel(zlevel).Msg(msg)
}