logging: turn off EINA logging for OnScreen. 25/30425/3 accepted/tizen/ivi/20141205.050907 submit/tizen_ivi/20141205.032119
authorIsmo Puustinen <ismo.puustinen@intel.com>
Tue, 18 Nov 2014 08:29:37 +0000 (10:29 +0200)
committerRyota Okubi <ryota.okubi@mail.toyota-td.jp>
Wed, 3 Dec 2014 05:23:48 +0000 (14:23 +0900)
The mainloop logging was causing huge log files to be created, affecting system
usability. In the future, consider using EINA environment variables to disable
just the particular module, if EINA logging is desired to be turned back on
again.

Change-Id: I120a07dd019d1a21f963493da0b60d65e64db46b

res/org.tizen.ico.onscreen/res/config/onscreen.conf

index 5e85b45..ecc7f96 100644 (file)
@@ -50,5 +50,5 @@ timeout=5
 filename=OnScreen
 loglevel=all
 logflush=on
-ecorelog=on
+ecorelog=off
 # vim:set expandtab ts=4 sw=4: