Log4jmemes.com: for those of us that need a laugh
11–20 of 115 posts
Re: Log4jmemes.com: for those of us that need a laugh
#12Re: Log4jmemes.com: for those of us that need a laugh
#13Is there any comprehensive article that covers what log4j is and just what happened that is so critical that seems to have set the entire world on fire? Disclaimer: I have never heard of or used log4j before in my life.
Re: Log4jmemes.com: for those of us that need a laugh
#14The one about using print/console.log/whatever lol. I've always done this, never have I used a library for this, because: - running manually? >myapp.log 2>&1 - using systemd? use journalctl - using docker/kubernetes? capture automatically the stdout/stderr of your containers and pipe them through logstash or something Real question: why would an application need to know where its logs go? This is not in the business…
Text, though, is a pretty universal interface and I would rather wrap a binary and stream it’s output than integrate a logging library natively.
I did work with a product once that had local logs in a ring buffer and only shipped “important” logs to centralised storage, and that was nice but required context which can’t be easily gleaned from the content of a message.
Re: Log4jmemes.com: for those of us that need a laugh
#15Is there any comprehensive article that covers what log4j is and just what happened that is so critical that seems to have set the entire world on fire? Disclaimer: I have never heard of or used log4j before in my life.
- https://blogs.juniper.net/en-us/enterprise-cloud-and-transfo...
- https://www.govcert.ch/blog/zero-day-exploit-targeting-popul...
Re: Log4jmemes.com: for those of us that need a laugh
#16Re: Log4jmemes.com: for those of us that need a laugh
#17Re: Log4jmemes.com: for those of us that need a laugh
#18The one about using print/console.log/whatever lol. I've always done this, never have I used a library for this, because: - running manually? >myapp.log 2>&1 - using systemd? use journalctl - using docker/kubernetes? capture automatically the stdout/stderr of your containers and pipe them through logstash or something Real question: why would an application need to know where its logs go? This is not in the business…
Re: Log4jmemes.com: for those of us that need a laugh
#19Jokes apart, a big kudos to those who were on call :)
Re: Log4jmemes.com: for those of us that need a laugh
#20It's missing this one https://i.imgur.com/zTGw5zN.png