chore: add Application property to Serilog for log filtering

- Worker logs tagged as 'hrynco-notification-service-worker'
- Web logs tagged as 'hrynco-notification-service-web'

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Anatolii Grynchuk
2026-05-02 23:47:48 +03:00
parent 6302a07178
commit 49982fc27f
2 changed files with 8 additions and 2 deletions
@@ -27,6 +27,9 @@
}
}
],
"Enrich": [ "FromLogContext" ]
"Enrich": [ "FromLogContext" ],
"Properties": {
"Application": "hrynco-notification-service-worker"
}
}
}