changes logging levels
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
func timeTrack(start time.Time, name string) {
|
||||
elapsed := time.Since(start)
|
||||
log.Printf("[TRACE] Function %s took %s\n", name, elapsed)
|
||||
log.Printf("[DEBUG] Function %s took %s\n", name, elapsed)
|
||||
}
|
||||
|
||||
func removeStringFromSlice(s []string, i int) []string {
|
||||
|
Reference in New Issue
Block a user