Java console vs RollingRandomAccessFile logging

140 views Asked by At
  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?

0

There are 0 answers