头像显示 and 爵位内页 优化
This commit is contained in:
@@ -57,7 +57,7 @@ open class Application : CommonAppContext() {
|
||||
|
||||
private fun initLogUtils() {
|
||||
LogUtils.getConfig()
|
||||
.setLogSwitch(false) // 全局开关
|
||||
.setLogSwitch(true) // 全局开关
|
||||
.setLog2FileSwitch(true) // 必须设为 true!
|
||||
.setDir(LOGUTILS_SAVE_PATH) // 设置有效路径
|
||||
.setFileFilter(LogUtils.V); // 允许所有级别
|
||||
|
||||
Reference in New Issue
Block a user