summaryrefslogtreecommitdiff
path: root/config/global
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-09-30 02:08:45 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-09-30 02:08:45 (GMT)
commitd6413fe29fbdcd72a04b3d5820ba2e134dbaf558 (patch)
tree4028b34bd76023ada024688f2f657e5430f7d605 /config/global
parent185687aa299b7f52ddf43691978c26c40a1b5e9d (diff)
config: Tone down automated build logs
I forgot that the logs must stay small, and if they fail we'll grab the last few hundered lines. Note, the logs must stay smaller then 4M. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/global')
-rw-r--r--config/global/logging.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/global/logging.in b/config/global/logging.in
index 9f41db7..5fe794d 100644
--- a/config/global/logging.in
+++ b/config/global/logging.in
@@ -11,7 +11,6 @@ choice
config LOG_ERROR
bool
prompt "ERROR"
- depends on ! CONFIGURE_has_automated
help
The build will be silent.
Only if there is an error will you see a message.
@@ -19,28 +18,24 @@ config LOG_ERROR
config LOG_WARN
bool
prompt "WARN"
- depends on ! CONFIGURE_has_automated
help
The same as above, plus warnings.
config LOG_INFO
bool
prompt "INFO"
- depends on ! CONFIGURE_has_automated
help
The same as above, plus informational messages (main steps).
config LOG_EXTRA
bool
prompt "EXTRA"
- depends on ! CONFIGURE_has_automated
help
The same as above, plus extra messages (sub-steps).
config LOG_ALL
bool
prompt "ALL"
- depends on ! CONFIGURE_has_automated
help
The same as above, plus all components build messages (very noisy!).
@@ -114,5 +109,3 @@ config AUTOMATED_BUILD
bool
default y
depends on CONFIGURE_has_automated
- select LOG_DEBUG
- select LOG_SEE_TOOLS_WARN