-
The current logging infrastructure in Akka is based on logging strings.
Which works fine for oldschool loggers like NLog (on .NET that is)
But there are a lot of valuable information in those logs th…
-
Hi and many thanks for this tool! I started using it after `dotnet-project-licenses` was deprecated.
In my project I'm using the following NuGets:
https://www.nuget.org/packages/RawRabbit
https:/…
-
I would like to use it, like Server side loggers
```
window.globalLog = structuredLog.configure()
.writeTo(new structuredLog.ConsoleSink())
.create();
function Controller(){
var log = gl…
-
I would like to run your 3 web apps using HTTP.sys and as windows service sharing the standard http and https ports.
Using your latest ASPnet core 3.1 version it was easy to make some modification…
-
### Tipo de Débito Técnico
Código Duplicado
### Pontuação
1
### Link do Repositório
teste
### Descrição do Débito Técnico
_No response_
### Soluções Propostas ou Considerações
_No response_
…
-
In .Net 3.1 and 5 the logging was grouped into one message. Now each line is an info message from VueCliMiddleWare, it's not good for debugging.
![image](https://user-images.githubusercontent.com/126…
-
(copied from https://github.com/serilog-tracing/serilog-tracing/issues/34#issuecomment-2392857057)
When an instrumented library starts and ends an activity, the trace text message is not going to b…
-
# Logging Upgrades
General Plans for the upcoming sprint:
## Core System
- Simplify Provider Development & Reduce configuration handling requirements
- Upgrade installation requirements syst…
-
I only recently encountered this, and it requires a specific set of circumstances it appears.
For quite a few days now my Loki server has been broken, and during all this time the Loki sink was fine,…
-
I spent all day chasing my tail wondering why logging to my db was not working. Turns out that if `Log.Logger` is not assigned, logging to the database does not work. IDK if this is by design or not…