logging
This commit is contained in:
parent
1f444bb0ae
commit
232cb5b2f2
|
@ -425,7 +425,7 @@ func createDir(path string) {
|
||||||
os.Exit(-1)
|
os.Exit(-1)
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.Infof("Created a workspace [%s]", path)
|
logger.Tracef("Created a dir [%s]", path)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue