Remix.run Logo
pudgywalsh 5 hours ago

How do you try to copy Windows NT's Event Log — which is essentially unchanged from the 1990s when systems ran on 32MB of RAM or less — and fail so spectacularly?

The first thing I do on a Linux system is install a proper syslog daemon.

throw-the-towel 4 hours ago | parent | next [-]

Which log daemon do you use?

edoceo an hour ago | parent [-]

syslog-ng FTW! Been using it since like 2003. Great router tools in the conf, network support, crazy regex rules for when you're trying to tune your syslog collector system after a few beers. Even has this awesome (footgun?) feature that lets me pipe matching lines to other tools I wrote (also beer influenced).

rasz 5 hours ago | parent | prev [-]

One of the first things I do on win10 is disable most of excess logging.

breakingcups 4 hours ago | parent | next [-]

But why, though? I have never seen a performance hit from it that would warrant that.

sidewndr46 2 hours ago | parent | prev [-]

How do you do that?