-
### Nlog collector for otel
receiver/otlpjsonfile
### Otel collector pod not able to collect msges from nlog config for otel
We have a central otel collector in a k8s cluster which is collec…
-
**NLog version**: latest dev
I noticed an issue with the AsyncTaskTarget. Due to an exception, the actual WriteSyncTask didn't complete.
Log: Warn xxxLog: WriteAsyncTask failed on completion. Slee…
-
[NLog Layout](https://github.com/NLog/NLog/wiki/Layouts) allows one to extract environment-specific-configuration from NLog-config:
```c#
[RequiredParameter]
public Layout ApiKey …
-
NLog 5.2.2 added trimming support. With growing adoption of MAUI, more and more users are trying to trim their apps.
We need to:
- Bump to 5.2.2
- Provide enough information about the custom configu…
-
There is an unexpected behavior of [Replace Layout Renderer] when [Var Layout Renderer] is used within `searchFor` option.
**NLog version**: 4.7.2
**Platform**: .NET Core 3
**Current NLo…
-
Hello,
I was able to follow this tutorial (http://getglimpse.com/Docs/Debugging-with-SymbolSource) in order to see a little more of the exception i'm having.
The exception i'm having happens in …
-
Hello.
I was looking for documentation on the `` element in NLog config files. The best I've found so far is the XML schema.
While examining it, I noticed this line:
```xml
-
I have updated NLog and NLog.Targets.ElasticSearch to latest versions and it worked against Elasticsearch 7. I have upgraded Elasticsearch to version 8. After that, I was unable to write logs to Elast…
-
How would I go about setting the batchSize and taskDelayMilliseconds using appsettings.json? The following doesn't appear to be working as I'm hitting the 50000 block limit with similar number of line…
-
I am using transformations for nlog.config and I have some conditions that check the length of the thread name using the ">" symbol. slow-cheetah changes these even with no transformation at all. Here…