Skip to content

How to disable debug mode? #198

Answered by syssi
pato-loco asked this question in Q&A
Oct 18, 2022 · 1 comments · 5 replies
Discussion options

You must be logged in to vote

You can control the log level globally and per component:

logger:
  level: DEBUG
  logs:
    api.service: WARN
    ota: WARN
    wifi: WARN
    sensor: DEBUG
    jk_bms_ble: INFO

I assume you are looking for something like this:

logger:
  level: ERROR

See https://esphome.io/components/logger.html

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@syssi
Comment options

@syssi
Comment options

@pato-loco
Comment options

@syssi
Comment options

@pato-loco
Comment options

Answer selected by pato-loco
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants