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
@@ -20,7 +20,10 @@
} }
} }
], ],
"Enrich": [ "FromLogContext" ] "Enrich": [ "FromLogContext" ],
"Properties": {
"Application": "hrynco-notification-service-web"
}
}, },
"AllowedHosts": "*" "AllowedHosts": "*"
} }
@@ -27,6 +27,9 @@
} }
} }
], ],
"Enrich": [ "FromLogContext" ] "Enrich": [ "FromLogContext" ],
"Properties": {
"Application": "hrynco-notification-service-worker"
}
} }
} }