Using Graylog from log4net in NetCore

Hi
I wnat to use Graylog from log4net in a NetCore project. It works fine with Net Framework but does not register log entries from .NEtCore (No errors, warnings or notifications)

Also I try to send some information from Postman and always got “Could not get any response”

Any hint for solve this problem…

Regards,
Yamil

Could you please elaborate what you want to do, what you have done and what the problems are you are facing?

Hi
I have the same loggin strategy for two apps, one with .NEt Framework and other with .NEtCore.
With .Net Frameworls works fine but with .NEt Core nothing is sent to GrayLog.
Is there any way to send an http entry to GrayLog ?

Regards,
Yamil

Which GELF logging appender are you using?
What’s the configuration of the GELF logging appender?

I am using NLog with NLog.Targets.GraylogHttp(
https://marketplace.graylog.org/addons/d357b17b-5811-46b3-a22e-13042c84543a)

Try creating a bug report at https://github.com/dustinchilson/NLog.Targets.GraylogHttp/issues.

I already did :slight_smile:

Then why don’t you link the existing issue here?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.