Skip to content

Commit

Permalink
[command][placeholder-extractor] ensure FILE mode does not log all th…
Browse files Browse the repository at this point in the history
…e dump using the logger too
  • Loading branch information
rmannibucau committed Mar 3, 2024
1 parent 2cad08c commit cfefbe5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ private void doWrite(final String what, final Supplier<Path> location, final Sup
} catch (final IOException ioe) {
throw new IllegalStateException(ioe);
}
break;
default:
log.info(() -> what + '\n' + contentProvider.get());
}
Expand Down

0 comments on commit cfefbe5

Please sign in to comment.