serilog-sinks-slackclient icon indicating copy to clipboard operation
serilog-sinks-slackclient copied to clipboard

Slack Sink for Serilog

Results 13 serilog-sinks-slackclient issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 13.0.1 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

I have Serilog slack configuration in appsettings.json: { "Name": "Slack", "Args": { "WebHookUrl": "https://hooks.slack.com/services/xxxx/xxxxx/xxxxxxx", "CustomChannel": "#dev-log", "CustomUserName ": "Slack Logger", "BatchSizeLimit": 20, "QueueLimit": 1000, "CustomIcon": ":ghost:", "TimestampFormat": "o", //"MinimumLogEventLevel": "Warning"...

Hello, The sink works well on a .NET 4.62 desktop project. But on a ASP.NET 4.62 web application (not MVC), I get this error : System.Net.Http.HttpRequestException - La demande a...

If there is no reason, can we remove the beta tag? If there is a reason - what is it? How can we help finalizing it?

There is currently a dependency in the nuget package on an old version of FSharp.Data. Firstly, this dependency is not pulled in by Nuget in Visual Studio 2019, Then, once...

Hi, i want to open a pull request for fix method WrapInAttachment, there are some properties needs update

In the readme it shows how to provide a custom renderer when configuring the sink in code: ``` var log = new LoggerConfiguration() .WriteTo.Slack("https://hooks.slack.com/services/T000/B000/XXXX", MyApp.MyRenderer.RenderMessage) .CreateLogger(); ``` However, I'm struggling...

![image](https://user-images.githubusercontent.com/23699732/44947839-96244e80-ae3d-11e8-892e-a270ccca0b26.png) Technically, Slack has 40,000 characters limit, so anything beyond that got truncated. https://api.slack.com/changelog/2018-04-truncating-really-long-messages If a very long stack trace got truncated, the closing triple apostrophe will be missing, thus...

Is anyone working on reporting errors (such as non-"200 OK" responses from the webhooks API) to SelfLog? https://github.com/serilog/serilog/wiki/Debugging-and-Diagnostics Thanks!

Please implement async supporting to the library. Now it entails deadlock if the logger was run from thread with SynchronizationContext. And thank you for your work!