tintoy / seqlog

Python logging integration for Seq (https://getseq.net)
https://seqlog.readthedocs.io/
MIT License
15 stars 11 forks source link

Feature request, hide errors caused by seq server unavailable #61

Closed sustem closed 10 months ago

sustem commented 1 year ago

Description

This is not a bug, it's a feature request.

Is there any way to hide log errors that are caused by the seq log server being unavailable? This is currently stopping me from deploying this excellent logging. (i'm a .net developer currently using python..)

I cannot risk having lots of errors displayed to a user due to logging not working.

tintoy commented 1 year ago

Hi - I’ll see about adding a config switch to disable the errors (normally if logging isn’t working I’d want to know about it ASAP but I can see that in some scenarios it would be too noisy).

sustem commented 1 year ago

Thanks!

In my case it's an application installed and running in many obscure locations so I cannot guarantee that they reach my logserver.

Regards, Stefan

On Sat, Sep 16, 2023, 22:34 Adam Friedman @.***> wrote:

Hi - I’ll see about adding a config switch to disable the errors (normally if logging isn’t working I’d want to know about it ASAP but I can Thai in some scenarios it would be too noisy).

— Reply to this email directly, view it on GitHub https://github.com/tintoy/seqlog/issues/61#issuecomment-1722310541, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC4DVJKMLAU3G2773PC4BLTX2YEMHANCNFSM6AAAAAA4YTXEPY . You are receiving this because you authored the thread.Message ID: @.***>

tintoy commented 10 months ago

Published v0.3.30 (sorry for the delay, I'd completely forgotten about this one).

Vacant0mens commented 10 months ago

merged and published. closing this issue.