SeppPenner

Results 264 comments of SeppPenner

> Thank you, but there is another issue related with this one. It's not a problem to split text to few chunks but Telegram returns 400 if we split it...

Maybe, we should just throw an error and log to self log and add it as hint for developers to split their messages on their own? Splitting HTML based content...

> Maybe, we should just throw an error and log to self log and add it as hint for developers to split their messages on their own? Splitting HTML based...

I still do not see the benefit: https://github.com/b00ted/serilog-sinks-postgresql/issues/21#issuecomment-491701131

Will be closed until someone responds in https://github.com/b00ted/serilog-sinks-postgresql/issues/21

Oh no, not again this issue :D I had this with another project already...

Seems to be the same kind of issue as https://github.com/serilog-contrib/Serilog.Sinks.MicrosoftTeams.Alternative/issues/30.

I can confirm that this is a bug... The issue occurs in `AmazonS3Sink` class where the rolling interval is not set from the options... Stay tuned for the new version,...

Should be fixed with https://github.com/serilog-contrib/Serilog.Sinks.AmazonS3/commit/82161caecfba5b53f65718079eb6bec5ba4f7f57. Sadly, I can't test at the moment as I don't get my data to AWS in any test case somehow (No exceptions thrown in SelfLog).