forked from forgejo/forgejo
Fix storage Iterate bug and Add storage doctor to delete garbage attachments (#16971)
* Fix storage Iterate bug and Add storage doctor to delete garbage attachments * Close object when used
This commit is contained in:
parent
82da380af7
commit
a807031a30
4 changed files with 83 additions and 3 deletions
|
@ -124,7 +124,6 @@ func runRecreateTable(ctx *cli.Context) error {
|
|||
}
|
||||
|
||||
func runDoctor(ctx *cli.Context) error {
|
||||
|
||||
// Silence the default loggers
|
||||
log.DelNamedLogger("console")
|
||||
log.DelNamedLogger(log.DEFAULT)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue