diff options
author | Tom Rini | 2017-10-04 16:44:30 -0400 |
---|---|---|
committer | Tom Rini | 2017-10-05 08:25:18 -0400 |
commit | 6a3e65dea3e525b5337ca8014aa4be9f5fafeb92 (patch) | |
tree | 96ce34a60316fb5b611620c690ec1e1ce9fca4f8 /common | |
parent | ceb9190969e458dcd1427566f762dbb9cfdfdc94 (diff) |
common: Drop LOGLEVEL to 4
While this came in with a default value of 6 I am lowering this to 4.
The MTD/UBI code has a large number of error messages that we include
now. In addition, "normally" warning messages are not included so this
feels like a more natural level to have.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig index f53ee9d6d79..3c99650f0c9 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -243,7 +243,7 @@ config IDENT_STRING config LOGLEVEL int "loglevel" - default 6 + default 4 range 0 8 help All Messages with a loglevel smaller than the console loglevel will |