serilog / serilog

Simple .NET logging with fully-structured events
https://serilog.net
Apache License 2.0
7.17k stars 797 forks source link

Clickonce installation has issue with Sql logging #1570

Closed danzhang001 closed 3 years ago

danzhang001 commented 3 years ago

Deploying my application using Clickonce, the Serilog doesn't work with Sql Sink. it works with other method deployment.

augustoproiete commented 3 years ago

@danzhang001 If you're using Serilog.Sinks.MSSqlServer you should create this issue in the sink's repo.

Also, StackOverflow is usually a good place to ask questions - Make sure your question is under the serilog tag.

Here are some ideas that could help you troubleshoot.

In any case, you'll need to provide a more detailed description of the issue, any error messages from the SelfLog, and steps to reproduce.