diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-09-29 19:08:45 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-09-29 19:08:45 -0700 |
commit | d6413fe29fbdcd72a04b3d5820ba2e134dbaf558 (patch) | |
tree | 4028b34bd76023ada024688f2f657e5430f7d605 /config | |
parent | 185687aa299b7f52ddf43691978c26c40a1b5e9d (diff) | |
download | crosstool-ng-d6413fe29fbdcd72a04b3d5820ba2e134dbaf558.tar.gz crosstool-ng-d6413fe29fbdcd72a04b3d5820ba2e134dbaf558.tar.bz2 crosstool-ng-d6413fe29fbdcd72a04b3d5820ba2e134dbaf558.zip |
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')
-rw-r--r-- | config/global/logging.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/global/logging.in b/config/global/logging.in index 9f41db7a..5fe794d4 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 |