0
  1. What is the difference between console and File based logging from performance standpoint?

  2. In the case of file based logging I Understand that logging performance is impacted by disk io. Will the similar constrain hold true in console based logging?

  3. Where are the logs buffered till they are flushed to console?

  4. In the case of kubernates how does it let me download console logs? Where is it stored actually ?(answered here)

  5. If i am using async logger, are these perf benchmark still relevant to me?

best wishes
  • 5,789
  • 1
  • 34
  • 59
  • 1
    There are some [old benchmarks](https://logging.apache.org/log4j/2.x/performance.html#whichAppender) on Log4j's site, but I have serious doubts on the performance of the console appender (should be on par with the `FileAppender`). – Piotr P. Karwasz Apr 19 '22 at 10:02
  • will it matter if we are using async logger? – best wishes Apr 19 '22 at 16:15

0 Answers0