start fixing the logging settings

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-16 11:10:19 -06:00
parent a71a85d5c3
commit abb5a8dbad
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ func Sleep(a ...any) {
return
}
Info("sleep", a[0])
Verbose("sleep", a[0])
switch a[0].(type) {
case int: