mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-06-14 03:32:00 +08:00
feat: 外部扩展程序输出日志级别修改为 info 级别
This commit is contained in:
@@ -192,7 +192,7 @@ impl ExtensionManager {
|
|||||||
loop {
|
loop {
|
||||||
match lines.next_line().await {
|
match lines.next_line().await {
|
||||||
Ok(Some(line)) => {
|
Ok(Some(line)) => {
|
||||||
tracing::debug!("[{}] {}", id, line);
|
tracing::info!("[{}] {}", id, line);
|
||||||
local_buffer.push(line);
|
local_buffer.push(line);
|
||||||
|
|
||||||
if local_buffer.len() >= LOG_BATCH_SIZE {
|
if local_buffer.len() >= LOG_BATCH_SIZE {
|
||||||
|
|||||||
Reference in New Issue
Block a user