made HTTPS warning stand out a little better in the logs
parent
bf2449b693
commit
a44335198e
|
@ -72,7 +72,7 @@ public class ConfigurationPropertiesBean {
|
|||
throw new BeanCreationException("Issuer is not using https scheme as required: " + issuer);
|
||||
}
|
||||
else {
|
||||
logger.warn("Configured issuer url is not using https scheme.");
|
||||
logger.warn("\n\n**\n** WARNING: Configured issuer url is not using https scheme.\n**\n\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue