feat: add conf for data folder, default current folder (not ./data anymore)

This commit is contained in:
Deluan 2020-01-26 16:42:56 -05:00
parent 828dc8f0f4
commit f9db80c409
6 changed files with 16 additions and 8 deletions

View file

@ -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 {