日志不写出到文件
This commit is contained in:
@@ -47,7 +47,7 @@ pub fn init_log(is_debug: bool) {
|
|||||||
message
|
message
|
||||||
))
|
))
|
||||||
})
|
})
|
||||||
.chain(fern::log_file(get_log_path().join("app.log")).expect("无法写入日志文件"))
|
//.chain(fern::log_file(get_log_path().join("app.log")).expect("无法写入日志文件"))
|
||||||
.chain(std::io::stdout());
|
.chain(std::io::stdout());
|
||||||
|
|
||||||
if is_debug {
|
if is_debug {
|
||||||
|
|||||||
Reference in New Issue
Block a user