Skip to content

Commit

Permalink
Runtime: change error log to debug (#4611)
Browse files Browse the repository at this point in the history
* change error log to warn

* change error log to debug
  • Loading branch information
k-anshul committed Apr 16, 2024
1 parent ce57b3e commit 7cfcf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/drivers/duckdb/olap.go
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ func (c *connection) detachAndRemoveFile(db, dbFile string) {
return err
})
if err != nil {
c.logger.Error("detach failed", zap.String("db", db), zap.Error(err))
c.logger.Debug("detach failed", zap.String("db", db), zap.Error(err))
}
}

Expand Down

1 comment on commit 7cfcf3f

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉 Published on https://ui.rilldata.com as production
🚀 Deployed on https://661e0470273803898a3f67d7--rill-ui.netlify.app

Please sign in to comment.