esphome_syslog icon indicating copy to clipboard operation
esphome_syslog copied to clipboard

Feature - filter what to send

Open KrX3D opened this issue 1 year ago • 0 comments

Hi,

i got my logger set to NONE since i only want to send some defined things with:

      - syslog.log:
          level: 7
          tag: "SerialLogger"
          payload: "Device Status LED ON"

but i also get in my log this:

Mar  8 13:05:47 esp32_c6_lcd_147 esp-idf idf:000]#033[1;31m[wifi]: I (33737) wifi:
Mar  8 13:05:47 esp32_c6_lcd_147 esp-idf idf:000]#033[1;31m[wifi]: [ADDBA]RX DELBA, reason:39, delete tid:7, initiator:0(recipient)
Mar  8 13:05:47 esp32_c6_lcd_147 esp-idf idf:000]#033[1;31m[wifi]: 

and it would be nice if it would be possible to filte/exclude those like

[wifi]: I (33737) wifi: or [wifi]:*


also isnt #033[1;31m for the color? but i got this set:

  strip_colors: true
  enable_logger: true

KrX3D avatar Mar 08 '25 12:03 KrX3D