-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.0.1 not working #95
Comments
@eogienko Can you set SelfLog.Enable(Console.WriteLine); and write the output? In the master branch there is a test application for debugging sync, but with the current config - it works. |
Indeed, version 3.0.1 still doesn't work. Version 2.3.0 works fine. |
@whir1 I'll try it this week |
any updates? i have the same issue note; i can send logs via netcat without problem.
and this is my appsettings WriteTo section (already added to usings);
|
@yyavci I can't help because current version worked on our servers on udp =\ |
ive come across an issue where a call to maybe this can help point towards some fix?
2.3 had no issues, so somewhere between 2.3 & 3.0.2 this started happening. |
How can you not be affected by this? #97 It blows up immediatelly, during boot. Have done my own extension method that I use instead and also removed the hard coded UDP value. Then everything seem to work fine. |
Code:
appsettings.json:
I had version 2.3.0 installed which worked great. Updated to 3.0.0 (3.0.1) and everything broke. Logs are not sent to Graylog.
What to do?
The text was updated successfully, but these errors were encountered: