Skip to content

Commit

Permalink
added info status statement regarding logging on the console
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Nov 5, 2024
1 parent 49f0638 commit 9f2de61
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ private void targetWarn(String val) {

@Override
public void start() {
addInfo("BEWARE: Writing to the console can be very slow. Avoid logging to the ");
addInfo("console in production, especially in high volume systems.");
OutputStream targetStream = target.getStream();
// enable jansi only if withJansi set to true
if (withJansi) {
Expand Down

0 comments on commit 9f2de61

Please sign in to comment.