Fix tests for log levels and work on adding title
This commit is contained in:
@@ -13,7 +13,7 @@ func New() Logger {
|
||||
func (l Logger) Info(m string, args ...interface{}) {
|
||||
args = append([]interface{}{m}, args...)
|
||||
switch m {
|
||||
case "wake":
|
||||
case "wake", "result":
|
||||
logb.Verbose(args...)
|
||||
case "run":
|
||||
logb.Debug(args...)
|
||||
|
||||
Reference in New Issue
Block a user