lambdaisland

Drew Verlee 2022-10-05T06:01:04.609849Z

Thanks a ton for writing piece on logging https://lambdaisland.com/blog/2020-06-12-logging-in-clojure-making-sense-of-the-mess In the picture does the arrow point at a dependency? What does the arrow mean exactly?

Drew Verlee 2022-10-05T06:02:30.139969Z

No, the arrow can't mean dep bc log4j1 -> log4j2 through log4j 1.2 bridge

Drew Verlee 2022-10-05T06:03:13.329969Z

it must mean "---send from tail to head --->"?

plexus 2022-10-05T08:35:19.463899Z

yes, "can pipe log events from... to..."

Drew Verlee 2022-10-06T16:51:35.264769Z

@plexus ty!