Skip to content

Commit

Permalink
perf(Log): adjust log level
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymillergh committed Oct 20, 2020
1 parent 59f4789 commit f5d3264
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class MediaStreamingExceptionHandler extends WebFluxResponseStatusExcepti
final SimpleDateFormat simpleDate = new SimpleDateFormat("dd-MM-yyyy HH:mm:ss");

public MediaStreamingExceptionHandler() {
log.info("Initialized MediaStreamingExceptionHandler");
log.debug("Initialized MediaStreamingExceptionHandler");
}

@Override
Expand Down

0 comments on commit f5d3264

Please sign in to comment.