feat(otopcua): adopt AddZbSerilog (shared enrichers + trace correlation); sinks to config

This commit is contained in:
Joseph Doherty
2026-06-01 15:41:21 -04:00
parent 26bae36f8b
commit 60017177cb
2 changed files with 14 additions and 6 deletions
@@ -1 +1,9 @@
{}
{
"Serilog": {
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ],
"WriteTo": [
{ "Name": "Console" },
{ "Name": "File", "Args": { "path": "logs/otopcua-.log", "rollingInterval": "Day" } }
]
}
}