NLog.Targets.Fluentd icon indicating copy to clipboard operation
NLog.Targets.Fluentd copied to clipboard

how to config

Open feiyao opened this issue 11 years ago • 1 comments

Hi, Below are my config and program, for some reason I didn't get message logged. Did I do anything apparently wrong. I tried your Demo app, and it's not working either.

//NLog.config capture

//Program.cs class Program { private static Logger logger = LogManager.GetCurrentClassLogger(); static void Main(string[] args) { logger.Info("sending from NLog"); } }

feiyao avatar Aug 05 '14 20:08 feiyao

Are you sure any fluent forwarding agent is running on your localhost and listening on port 24244?

moriyoshi avatar Oct 07 '14 11:10 moriyoshi