From e361b1654fefd1a563a82d335795f94b794b4873 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 20 Nov 2018 14:06:54 +0800
Subject: [PATCH] move configure parser source code to etc folder, and set default log file to /tmp

---
 src/nbiotd/etc/iotd.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/nbiotd/etc/iotd.conf b/src/nbiotd/etc/iotd.conf
index 43376f0..c79be71 100644
--- a/src/nbiotd/etc/iotd.conf
+++ b/src/nbiotd/etc/iotd.conf
@@ -1,6 +1,6 @@
 # uited program configure file
 [log]
-file=/var/log/nbiotd.log
+file=/tmp/nbiotd.log
 
 #Loglevel: 0:Disable 1:Fatal 2:ERROR 3:warnning 4:Normal 5:Debug 6:Infor 7:Trace
 level=5

--
Gitblit v1.9.1