mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-24 02:57:19 +08:00
feat: user jwt login
This commit is contained in:
@@ -21,7 +21,7 @@ func init() {
|
||||
|
||||
func Log() {
|
||||
log.SetOutput(logrus.StandardLogger().Out)
|
||||
if args.Debug {
|
||||
if args.Debug || args.Dev {
|
||||
logrus.SetLevel(logrus.DebugLevel)
|
||||
logrus.SetReportCaller(true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user