zephyr/subsys/logging/backends
Robert Lubos 77810b373a log: websocket: Remove debug printing
The debug printing feature seems to be broken by design - not only in a
default configuration it would trigger endless logging loop (as printk
is piped through logging subsys), it also doesn't work well with
deferred logging (additional artifacts in the output).
Since similar effect can be achieved by enabling any other logger
backend, which should receive the same data as the websocket one, simply
remove it.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-01-13 20:23:07 +01:00
..
CMakeLists.txt logging: backend: Add websocket backend 2024-10-15 04:11:03 -04:00
Kconfig logging: backend: Add websocket backend 2024-10-15 04:11:03 -04:00
Kconfig.adsp logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.adsp_mtrace logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.ble logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.efi_console logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.fs logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.multidomain
Kconfig.native_posix logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.net logging: remove part for when gmtime_r is not available 2024-12-10 08:06:25 +01:00
Kconfig.rtt logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.semihost logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.spinel logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.swo logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
Kconfig.uart Revert "segger: rtt: disable unsupported shell/log features" 2024-12-11 21:30:19 +01:00
Kconfig.ws logging: backend: Add websocket backend 2024-10-15 04:11:03 -04:00
Kconfig.xtensa_sim logging: Fix LOG_OUTPUT dependency 2024-10-09 18:37:49 +01:00
log_backend_adsp.c
log_backend_adsp_mtrace.c style: subsys: comply with MISRA C:2012 Rule 15.6 2024-08-20 10:33:51 +02:00
log_backend_ble.c logging: Optimize ble notification size 2024-08-09 09:54:14 +02:00
log_backend_efi_console.c
log_backend_fs.c logging: fs backend: optional append to latest file 2024-08-12 12:44:11 +02:00
log_backend_ipc_service.c
log_backend_native_posix.c
log_backend_net.c log: net: Fix build warning with IPv6 disabled 2024-10-08 16:58:20 +02:00
log_backend_rtt.c
log_backend_semihost.c logging: backend: add semihosting 2024-09-28 08:18:00 -05:00
log_backend_spinel.c
log_backend_swo.c logging: backend: swo: add Kconfig option for SWO protocol 2024-07-29 14:17:33 +02:00
log_backend_uart.c logging: backend: uart: fix coverity warning 2024-05-23 08:22:32 -04:00
log_backend_ws.c log: websocket: Remove debug printing 2025-01-13 20:23:07 +01:00
log_backend_xtensa_sim.c
log_multidomain_backend.c logging: Add log_source_id helper function 2024-10-08 16:57:59 +02:00