tests: subsys: canbus: frame: Remove redundant logging configurations
This commit removes the redundant `LOG` and `LOG_IMMEDIATE` selections in `prj.conf`, since the `TEST_LOGGING_DEFAULTS`, which is enabled by default for all tests, selects `LOG` and `LOG_MINIMAL`. This effectively allows the test to run with the default test logging policy, set by the testing subsystem. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
ff2cba56a9
commit
30e8aac754
@ -1,3 +1 @@
|
||||
CONFIG_ZTEST=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_LOG_IMMEDIATE=y
|
||||
|
||||
Loading…
Reference in New Issue
Block a user