mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
feat: add conf for data folder, default current folder (not ./data anymore)
This commit is contained in:
parent
828dc8f0f4
commit
f9db80c409
6 changed files with 16 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue