Logging system failed to initialize using configuration from ‘null‘ java.lang.IllegalStateException:
Logging system failed to initialize using configuration from ‘null’
java.lang.IllegalStateException: Logback configuration error detected:
uoyilogs\sys-info.log]
uoyilogs\sys-info.log (文件名、目录名或卷标语法不正确。)
uoyilogs\sys-error.log]
uoyilogs\sys-error.log (文件名、目录名或卷标语法不正确。)
uoyilogs\sys-user.log]
uoyilogs\sys-user.log (文件名、目录名或卷标语法不正确。)
Exception in thread “restartedMain” java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.boot.devtools.restart.RestartLauncher.run(RestartLauncher.java:49)
Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: Logback configuration error detected:
uoyilogs\sys-info.log]
uoyilogs\sys-info.log (文件名、目录名或卷标语法不正确。)
uoyilogs\sys-error.log]
uoyilogs\sys-error.log (文件名、目录名或卷标语法不正确。)
uoyilogs\sys-user.log]
uoyilogs\sys-user.log (文件名、目录名或卷标语法不正确。)
解决:
修改log存放路径
转载请注明:Logging system failed to initialize using configuration from ‘null‘ java.lang.IllegalStateException: | 胖虎的工具箱-编程导航