Skip to content

Commit

Permalink
Merge pull request #63 from kqzh/fix_cleanup_nebula
Browse files Browse the repository at this point in the history
fix: cleanup
  • Loading branch information
kqzh authored Dec 22, 2023
2 parents 06eac37 + d69f323 commit 2607356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cleanup/cleanup.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (c *Cleanup) Clean() error {
logger.Info("Start to cleanup data in nebula cluster.")
err := c.cleanNebula()
if err != nil {
return fmt.Errorf("clean nebula local data failed: %w", err)
log.Errorf("clean nebula local data failed: %v", err)
}

logger.Info("Start cleanup data in external storage.")
Expand Down

0 comments on commit 2607356

Please sign in to comment.