We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4757caa commit e02f9d9Copy full SHA for e02f9d9
pkg/tsdb/v3iotsdb.go
@@ -151,7 +151,6 @@ func (a *V3ioAdapter) connect() error {
151
return errors.Wrapf(err, "Failed to initialize the TSDB partition manager at: %s", fullpath)
152
}
153
154
- a.logger.Info("Starting the V3IO TSDB client for the TSDB instance at '%s'", fullpath)
155
a.logger.Debug("Running with the following TSDB configuration: %+v\n", a.cfg)
156
157
return nil
0 commit comments