1
0

android build: default to log_level=2

It is nice to see debug logs for local builds,
and also extremely useful to have them on the CI.

follow-up 6b9d294a86
This commit is contained in:
SomberNight
2023-03-21 16:34:39 +00:00
parent bac889c593
commit 98304662ca
2 changed files with 2 additions and 2 deletions

View File

@@ -212,7 +212,7 @@ p4a.local_recipes = %(source.dir)s/contrib/android/p4a_recipes/
[buildozer]
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
log_level = 1
log_level = 2
# (str) Path to build output (i.e. .apk, .ipa) storage
bin_dir = ./dist

View File

@@ -224,7 +224,7 @@ p4a.bootstrap = qt5
[buildozer]
# (int) Log level (0 = error only, 1 = info, 2 = debug (with command output))
log_level = 1
log_level = 2
# (str) Path to build output (i.e. .apk, .ipa) storage
bin_dir = ./dist