Mercurial > libervia-desktop-kivy
changeset 119:1bbbe26846f4
buildozer: moved sat.conf in a specific dir (platform/android), so it's not used on desktop
author | Goffi <goffi@goffi.org> |
---|---|
date | Tue, 31 Jan 2017 22:32:31 +0100 |
parents | a574133aa4a8 |
children | 51e804dbf608 |
files | src/cagou/core/cagou_main.py src/platform/android/sat.conf src/sat.conf |
diffstat | 3 files changed, 9 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cagou/core/cagou_main.py Thu Jan 26 22:14:21 2017 +0100 +++ b/src/cagou/core/cagou_main.py Tue Jan 31 22:32:31 2017 +0100 @@ -19,7 +19,7 @@ from sat.core.i18n import _ -import kivy_hack +from . import kivy_hack kivy_hack.do_hack() from constants import Const as C from sat.core import log as logging
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/platform/android/sat.conf Tue Jan 31 22:32:31 2017 +0100 @@ -0,0 +1,8 @@ +[DEFAULT] +bridge = pb +log_level = debug +log_fmt = #[%%(levelname)s][%%(name)s] %%(message)s + +[cagou] +log_level = debug +log_fmt = [%%(levelname)s][%%(name)s] %%(message)s