TownSuite / TownSuite.Web.ImageGen

Simple web avatars, placeholders, and image proxy
MIT License
0 stars 2 forks source link

Add TownSuite.Logging to TownSuite.Web.ImageGen #12

Open baBounch opened 1 year ago

baBounch commented 1 year ago

Exceptions should be logged to central logging. There may be an issue with error messages in debug mode that needs to be investigated while implementing.

majorsilence commented 1 year ago

I'd rather do something like send the logs to console.error directly or using ilogger and use promtail for log shipping.

https://grafana.com/docs/loki/latest/clients/promtail/