pseymour / MakeMeAdmin

Make Me Admin is a simple, open-source application for Windows that allows standard user accounts to be elevated to administrator-level, on a temporary basis.
https://makemeadmin.com/
GNU General Public License v3.0
380 stars 82 forks source link

Offline logging incase syslog server went down #83

Open yllihv27 opened 1 year ago

yllihv27 commented 1 year ago

Does this do offline logging once syslog server went down or user machine went offline? Will it dump the accumulated logs once syslog became reachable?

pseymour commented 1 year ago

It logs to the Event Log all of the time, whether you use syslog or not.

There is no mechanism currently to cache events in the case of an unavailable syslog server. If the syslog server was UDP-based, I wouldn't know if the server is up anyway.