I have a 6-project solution using .NET Aspire. All metrics and logs are in the Aspire dashboard. I use local Kubernetes to deploy the application. The IT monitoring department asks me to send Syslog, because they don't support OTLP yet. I think (it's not clear to me) that if I add Serilog to the application to send the messages to Syslog, ILogger will be affected and the logs will be sent only to Syslog and the dashboard will have no logs. Am I right? I would like to know how to proceed in that case, or if anyone has had a similar experience. On the other hand, couldn't Syslog be added with the ServiceDefault? I think that with that configuration I could make the 6 projects send logs via Syslog too, right? Unfortunately, in the .NET Aspire documentation I don't see or interpret anything that would help me.
Thanks in advance.