Skip to content

Commit e02f9d9

Browse files
authored
remove info print when TSDB connect to nginx (#183)
1 parent 4757caa commit e02f9d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/tsdb/v3iotsdb.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ func (a *V3ioAdapter) connect() error {
151151
return errors.Wrapf(err, "Failed to initialize the TSDB partition manager at: %s", fullpath)
152152
}
153153

154-
a.logger.Info("Starting the V3IO TSDB client for the TSDB instance at '%s'", fullpath)
155154
a.logger.Debug("Running with the following TSDB configuration: %+v\n", a.cfg)
156155

157156
return nil

0 commit comments

Comments
 (0)