serilog-sinks-mssqlserver
serilog-sinks-mssqlserver copied to clipboard
Links to conference/journal publications in automated fact-checking (resources for the TACL22/EMNLP23 paper).
Hello, The IT security team of my company will not go live if the Microsoft.Azure.Services.AppAuthentication nuget package is used as reference. The goal of this PR is to replace it...
Bug Report / Support Request Template -------------------------------------- I am running into the error in the title when upgrading the sink to versions above 4.2.0 Code generating the error: ``` var...
Serilog.Sinks.MSSqlServer is using Microsoft.Azure.Services.AppAuthentication which is deprecated by now. MS suggests to switch to Azure.Identity library. Is it possible for you to migrate this dependency ?
My goal is to split logs into different tables depending on log entry level, so that Information and Warning records are separated from Error and Fatal. There are some guides...
Bug Report / Support Request Template -------------------------------------- Hello, I'm trying to port my .NET Core project's Serilog configuration to another project that targets .NET Framework. I was wondering if it...
Feature request - Is there a way to set default value for additional columns?. It only supports referencing property names, but in some cases, we want to have additional columns...
Sorry If I misunderstand documentation, but in my humble opinion [It](https://github.com/serilog-mssql/serilog-sinks-mssqlserver#code--microsoftextensionsconfiguration) says that we can through appConfiguration overwrite some sink or column configuration, but in [LoggerConfigurationMSSqlServerExtensions.cs](https://github.com/serilog-mssql/serilog-sinks-mssqlserver/blob/dev/src/Serilog.Sinks.MSSqlServer/Configuration/Extensions/Hybrid/LoggerConfigurationMSSqlServerExtensions.cs) on line 312 I...
> Please describe clearly what the SQL Sink is doing wrong: The creation of the database and the log table does not happen at the same time. Otherwise i can...
Bug Report / Support Request Template -------------------------------------- If you are opening a feature request, you can ignore this template. Bug reports and requests for assistance usually require the same basic...