Sarjono Mukti Aji
Sarjono Mukti Aji
> But in go-sql-driver/mysql#1090 it is already implemented. So you can fix the issue by updating mysql driver. Hi @ypresto thanks for investigating it. I'd suggest @Drabuna to update Go...
> I wanted the ability to inject some additional log fields at init time. Building on Option seemed like a logic fit for this functionality, which I've called "additional fields"....
@kevinmichaelchen Thanks, that is intentionally hard-coded at the moment. There are lots of method that is still use hard-coded log-level, especially Debug and Trace. But if "upstream call" in those...
@yinhuanyi I also have this case some time ago. If you don't mind adding an external library, I wrote a transparent logger for standard library `sql.DB` which you can pass...