DataDog / serilog-sinks-datadog-logs

Serilog Sink that sends log events to Datadog https://www.datadoghq.com/
Apache License 2.0
60 stars 41 forks source link

Set default Port property to 443 #101

Closed GiorgioG closed 4 months ago

GiorgioG commented 1 year ago

Prior to this change, if you spin up a new instance of DatadogConfiguration with the default values, no logs will be sent to datadog as default(int) is 0.

gh123man commented 1 year ago

Hi, The Port setting is only used when in TCP mode (default is HTTP). In TCP mode the port is set to 10516 unless overridden.

Can you provide a config sample/or repro of the problem you are seeing so I can debug?

jszwedko commented 4 months ago

Closing due to lack of response.