Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
83a55468a4d6e415f626858d94d04f888875ebd6
Authored by
Igor Kulikov
2018-10-30 11:45:02 +0200
1 parent
ef164467
Update logback to INFO level for tb-node
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
docker/tb-node/conf/logback.xml
docker/tb-node/conf/logback.xml
View file @
83a5546
...
...
@@ -40,7 +40,7 @@
40
40
</encoder>
41
41
</appender>
42
42
43
-
<logger
name=
"org.thingsboard.server"
level=
"
TRACE
"
/>
43
+
<logger
name=
"org.thingsboard.server"
level=
"
INFO
"
/>
44
44
<logger
name=
"akka"
level=
"INFO"
/>
45
45
46
46
<root
level=
"INFO"
>
...
...