Reduce default logging verbosity to error & warning logs only
Change-Id: I3da98ccc8e1dfc1d0ef9f51bd96d22fc385ba529
This commit is contained in:
parent
0a49d62c7a
commit
0620ede4b3
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ XTRA_SERVER_3=http://xtra3.gpsonextra.net/xtra.bin
|
|||
|
||||
# DEBUG LEVELS: 0 - none, 1 - Error, 2 - Warning, 3 - Info
|
||||
# 4 - Debug, 5 - Verbose
|
||||
DEBUG_LEVEL = 3
|
||||
DEBUG_LEVEL = 2
|
||||
|
||||
# Intermediate position report, 1=enable, 0=disable
|
||||
INTERMEDIATE_POS=0
|
||||
|
@ -88,4 +88,4 @@ ENABLE_WIPER=1
|
|||
# LTE Positioning Profile Settings
|
||||
####################################
|
||||
# 0: Enable RRLP on LTE(Default) 1: Enable LPP_User_Plane on LTE
|
||||
LPP_PROFILE = 0
|
||||
LPP_PROFILE = 0
|
||||
|
|
Loading…
Reference in a new issue