forked from toolshed/abra
refactor: logging with background/padding
This commit is contained in:
@ -487,8 +487,11 @@ func newAbraApp(version, commit string) *cli.App {
|
||||
}
|
||||
|
||||
app.Before = func(c *cli.Context) error {
|
||||
log.Logger.SetStyles(log.Styles())
|
||||
charmLog.SetDefault(log.Logger)
|
||||
|
||||
log.Debugf("kadabra version %s, commit %s", version, commit)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user