From c48b47daf87e85bdd347647a580e152f744d25e4 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Sat, 15 Nov 2025 02:34:06 +0800 Subject: [PATCH] Add tools --- project/thingsboard/etc/thingsboard.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/project/thingsboard/etc/thingsboard.conf b/project/thingsboard/etc/thingsboard.conf index 26339d6..f3a44b5 100644 --- a/project/thingsboard/etc/thingsboard.conf +++ b/project/thingsboard/etc/thingsboard.conf @@ -13,7 +13,7 @@ [logger] # 日志记录文件 -file=/tmp/thingsboard.log +file=/var/log/thingsboard.log # 日志级别: 0:ERROR 1:WARN 2:INFO 3:DEBUG 4:TRACE level=2 -- Gitblit v1.9.1