Change operational log messages from Debug to Info
This commit is contained in:
@@ -66,7 +66,7 @@ func (mfa *CLIApp) generateManifestOperation(ctx *cli.Context) error {
|
||||
}
|
||||
enumWg.Wait()
|
||||
|
||||
log.Debugf("enumerated %d files, %d bytes total", s.FileCount(), s.TotalBytes())
|
||||
log.Infof("enumerated %d files, %d bytes total", s.FileCount(), s.TotalBytes())
|
||||
|
||||
// Check if output file exists
|
||||
outputPath := ctx.String("output")
|
||||
|
||||
Reference in New Issue
Block a user