mediamtx/internal/logger
Alessandro Ros 986e270862
Some checks are pending
code_lint / golangci_lint (push) Waiting to run
code_lint / mod_tidy (push) Waiting to run
code_lint / api_docs (push) Waiting to run
code_test / test_64 (push) Waiting to run
code_test / test_32 (push) Waiting to run
code_test / test_highlevel (push) Waiting to run
count and log all discarded frames, decode errors, lost packets (#4363)
Discarded frames, decode errors and lost packets were logged
individually, then there was a mechanism that prevented more than 1 log
entry per second from being printed, resulting in inaccurate reports.

Now discarded frames, decode errors and lost packets are accurately
counted, and their count is printed once every second.
2025-03-25 21:59:58 +01:00
..
destination.go disable colored log lines when output is not a terminal (#1477) (#2050) 2023-07-11 20:08:00 +02:00
destination_file.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
destination_stdout.go enable errcheck (#2201) 2023-08-13 16:38:23 +02:00
destination_syslog.go allow to customize syslog prefix (#4356) 2025-03-24 15:54:33 +01:00
level.go print warning in case no key frames are being received (#1763) 2023-05-04 20:16:41 +02:00
logger.go allow to customize syslog prefix (#4356) 2025-03-24 15:54:33 +01:00
syslog_unix.go remove deprecated build flags syntax (#3930) 2024-11-06 15:07:33 +01:00
syslog_win.go remove deprecated build flags syntax (#3930) 2024-11-06 15:07:33 +01:00
writer.go print warning in case no key frames are being received (#1763) 2023-05-04 20:16:41 +02:00