teragrep / zep_01

0 stars 0 forks source link

Improve websocket error logging #54

Open Laukkala opened 1 day ago

Laukkala commented 1 day ago

Description Currently only the Exception type is logged when an error occurs during a websocket operation. Stacktraces should also be printed to logs during exceptions.

Use case Having stacktraces would ease debugging significantly, as the exception type doesn't pinpoint where the exception happens.