Skip to content

Commit

Permalink
Merge pull request #192 from bhundven/tone_down_automated_log_level
Browse files Browse the repository at this point in the history
config: Tone down automated build logs
  • Loading branch information
bhundven committed Sep 30, 2015
2 parents 185687a + d6413fe commit b565e94
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions config/global/logging.in
Expand Up @@ -11,36 +11,31 @@ 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.

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!).

Expand Down Expand Up @@ -114,5 +109,3 @@ config AUTOMATED_BUILD
bool
default y
depends on CONFIGURE_has_automated
select LOG_DEBUG
select LOG_SEE_TOOLS_WARN

0 comments on commit b565e94

Please sign in to comment.