gofr-dev / gofr

An opinionated GoLang framework for accelerated microservice development. Built in support for databases and observability.
https://gofr.dev
Apache License 2.0
3.6k stars 236 forks source link

Fix: Missing Connection Successful Logs #1206

Open coolwednesday opened 1 week ago

coolwednesday commented 1 week ago

Pull Request Template

Description:

Checklist:

Thank you for your contribution!

ccoVeille commented 6 days ago

Why closing?

ccoVeille commented 6 days ago

Is it because this one superseded it?

https://github.com/gofr-dev/gofr/pull/1205

coolwednesday commented 6 days ago

Why closing?

There are continuous build fails. I will address that and then reopen, this PR.

ccoVeille commented 1 day ago

I think to maintain code uniformity isn't it better to introduce Debugf in interface wherever needed instead of using Debug(fmt.Sprintf()) ?

I beg you to introduce Debugf, using Debug(fmt.Sprintf()), is a clear stop for me