From 0620ede4b35e753ba1cc9858baf6cd1d3faede4d Mon Sep 17 00:00:00 2001 From: Ajay Dudani Date: Mon, 10 Sep 2012 19:38:51 -0700 Subject: [PATCH] Reduce default logging verbosity to error & warning logs only Change-Id: I3da98ccc8e1dfc1d0ef9f51bd96d22fc385ba529 --- etc/gps.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/gps.conf b/etc/gps.conf index cd3dadaf..322fe162 100755 --- a/etc/gps.conf +++ b/etc/gps.conf @@ -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 \ No newline at end of file +LPP_PROFILE = 0