Skip to content

Commit

Permalink
testsuite: Allow user to override minimal logging
Browse files Browse the repository at this point in the history
The testsuite was always forcing minimal logging. This is problematic
as it does not allow user to see full logging string. Allow user to
override the minimal logging if needed, the default is still to
enable minimal logging.

[DL: Commit 7f08061 reverts this.
     Since this is useful, let's re-apply this.]

Fixes zephyrproject-rtos#34696

Signed-off-by: Jukka Rissanen <[email protected]>
Signed-off-by: Daniel Leung <[email protected]>
  • Loading branch information
jukkar authored and dcpleung committed May 5, 2021
1 parent 126da28 commit e1624b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/testsuite/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ config TEST_LOGGING_DEFAULTS
bool "Enable test case logging defaults"
depends on TEST
select LOG
select LOG_MINIMAL
imply LOG_MINIMAL
default y
help
Option which implements default policy of enabling logging in
Expand Down

0 comments on commit e1624b9

Please sign in to comment.