CodeCasterNL / PVBridge

Sync live and historic solar panel data from GoodWe to PVOutput.org and CSV, on Windows.
https://codecasternl.github.io/PVBridge/
MIT License
3 stars 0 forks source link

Create EventLog Source during installation #21

Closed CodeCasterNL closed 2 years ago

CodeCasterNL commented 2 years ago
EventLog.CreateEventSource("CodeCaster.PVBridge.Service", "Application");

Probably rename?

services.Configure<EventLogSettings>(settings =>
{
    settings.SourceName = "PVBridge Service";
});
CodeCasterNL commented 2 years ago

Fixed in v0.6.2.