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
log.Debugf("connecting to %s database %s:%s/%s as writer with %d/%d max open/idle connections", databaseBrand, writer.Host, writer.Port, writer.Name, writer.MaxOpenConns, writer.MaxIdleConns)
log.Debugf("connecting to %s database %s/%s as writer with %d/%d max open/idle connections", databaseBrand, hosts, writer.Name, writer.MaxOpenConns, writer.MaxIdleConns)
log.Debugf("connecting to %s database %s:%s/%s as reader with %d/%d max open/idle connections", databaseBrand, reader.Host, reader.Port, reader.Name, reader.MaxOpenConns, reader.MaxIdleConns)
log.Debugf("connecting to %s database %s/%s as reader with %d/%d max open/idle connections", databaseBrand, hosts, reader.Name, reader.MaxOpenConns, reader.MaxIdleConns)
0 commit comments