Skip to content

Commit

Permalink
[Upd] Change log level for Access-Control-Allow-Origin from debug to …
Browse files Browse the repository at this point in the history
…info
  • Loading branch information
blcham committed Aug 22, 2024
1 parent 858c156 commit 124bc3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ private static void configureAllowedOrigins(CorsConfiguration corsConfig, Config
} else {
corsConfig.setAllowedOrigins(null);
}
LOG.debug(
LOG.info(
"Using response header Access-Control-Allow-Origin with value {}.",
corsConfig.getAllowedOrigins()
);
Expand Down

0 comments on commit 124bc3e

Please sign in to comment.