feat: add conf for data folder, default current folder (not ./data anymore)
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ func SetLevel(l Level) {
|
||||
logrus.SetLevel(logrus.Level(l))
|
||||
}
|
||||
|
||||
func SetLogLevelString(l string) {
|
||||
func SerLevelString(l string) {
|
||||
envLevel := strings.ToLower(l)
|
||||
var level Level
|
||||
switch envLevel {
|
||||
|
||||
Reference in New Issue
Block a user