Skip to content

Commit 0c19d7f

Browse files
author
simbazhou
committed
Update file logging level from OFF to INFO
1 parent 8b729e2 commit 0c19d7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shared/environment/OrbbecSDKConfig.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Log output level, int type, optional values: 0-DEBUG, 1-INFO, 2-WARN, 3-ERROR, 4-FATAL,
99
5-OFF -->
1010
<!-- File log output level -->
11-
<FileLogLevel>5</FileLogLevel>
11+
<FileLogLevel>1</FileLogLevel>
1212
<!-- Console log output level -->
1313
<ConsoleLogLevel>3</ConsoleLogLevel>
1414
<!-- Default log output file path, string type. If this item is not configured, the default
@@ -106,7 +106,7 @@
106106
<!-- Depth Filter Params -->
107107
<!--
108108
<DepthFilterDDOConfig>./Gemini2_v1.0.json</DepthFilterDDOConfig>
109-
-->
109+
-->
110110
<Depth>
111111
<!-- The resolution width is enabled by default, int type -->
112112
<Width>848</Width>
@@ -299,7 +299,7 @@
299299
<!-- Global timestamp fitter queue size, default value: 100, minimum value: 20 -->
300300
<GlobalTimestampFitterQueueSize>100</GlobalTimestampFitterQueueSize>
301301
</Misc>
302-
302+
303303
<Depth>
304304
<!-- The width of the default resolution, int type -->
305305
<Width>640</Width>

0 commit comments

Comments
 (0)