services.beesd & xray: lower log level

This commit is contained in:
2024-07-20 09:00:50 +08:00
parent 7bac949a8e
commit 13d7bc7c66
3 changed files with 2 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ inputs:
"--thread-count" "${builtins.toString instance.value.threads or 1}"
"--loadavg-target" "${builtins.toString instance.value.loadAverage or 1}"
"--scan-mode" "3"
"--verbose" "6"
];
};
})

View File

@@ -86,7 +86,7 @@ inputs:
in
builtins.toJSON
{
log.loglevel = "info";
log.loglevel = "warning";
dns =
{
servers =

View File

@@ -1,8 +1,5 @@
* 使用 wrap 好的 intel 编译器。
* 在挂载根目录前(创建 rootfs 时),按用户复制需要的文件
* 挑选一个好看的主题
* 切换到 kde 6.1,使用 krdp
* 尝试一些别的计算软件
* 解决 vscode 中的英语语法检查插件,尝试 valentjn.vscode-ltex
* 降低 bees 和 xray 的日志等级
* 看起来似乎会引入两个 plasma workspace我需要确认它们的来源