simplify logging

This commit is contained in:
Greg T. Wallace 2024-02-03 11:38:31 -05:00
parent 2c4e3df0a5
commit 201aedce1c
8 changed files with 36 additions and 93 deletions

View file

@ -41,7 +41,7 @@ func (app *app) cmdCreate(_ context.Context, args []string) error {
return fmt.Errorf("create: failed to write apc p15 file (%s)", err)
}
app.logger.Infof("create: apc p15 file %s written to disk", fileName)
app.stdLogger.Printf("create: apc p15 file %s written to disk", fileName)
return nil
}