Skip to content

Setting Set CONFIG_LOG_DEFAULT_LEVEL_NONE=y but still got some message from console print #797

@AxelLin

Description

@AxelLin

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate
  • Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
  • Tested with the latest version to ensure the issue hasn't been fixed

How often does this bug occurs?

always

Expected behavior

Test with ESP-IDF v5.4 branch.
Set CONFIG_LOG_DEFAULT_LEVEL_NONE=y , but I still observed the below messages:

cam_hal: FB-SIZE: 832000 != 960000
cam_hal: FB-SIZE: 832000 != 960000
cam_hal: FB-SIZE: 848000 != 960000
cam_hal: FB-SIZE: 848000 != 960000
..

This seems wrong.

Actual behavior (suspected bug)

It should not print anything if CONFIG_LOG_DEFAULT_LEVEL_NONE=y.

Error logs or terminal output

cam_hal: FB-SIZE: 832000 != 960000
cam_hal: FB-SIZE: 848000 != 960000
cam_hal: FB-SIZE: 848000 != 960000

Steps to reproduce the behavior

Just normal build.

Project release version

v2.1.2

System architecture

Intel/AMD 64-bit (modern PC, older Mac)

Operating system

Linux

Operating system version

Ubuntu 24.04

Shell

Bash

Additional context

This issue seems to be introduced by c1c0da4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions