Conversation:
Notices
-
A few minor gotchas here and there with things not inheriting from what they maybe should but otherwise this is progressing well.
-
A caveat to exposing all this information is you will WANT to use the logfilter plugin to filter out LOG_DEBUG in a production environment. postActiv will tell all things, now, at least once this is done. Anything that isn't a proper error will be in LOG_DEBUG, and that means it will be EXTREMELY VERBOSE. Which is a good thing when we're trying to debug these obs…
-
@takeshitakenji Just trying to keep stuff to relevant log severity so people can filter accordingly. But LOG_DEBUG is EXTREMELY verbose now, as opposed to how everything was suppressed before.
Logs will become very large if you don't have them on logrotate.d