<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
I think I've encountered 2 problems with the docker images.<br>
<br>
1. the docs state that logging can be configured using the
KEYCLOAK_LOGLEVEL environment variable, but this does not seem to
work, and on looking into this it looks like the correct section is
not being copied into the standalone.xml file. The XSL here looks
wrong?<br>
<a class="moz-txt-link-freetext" href="https://github.com/jboss-dockerfiles/keycloak/blob/master/server/setLogLevel.xsl">https://github.com/jboss-dockerfiles/keycloak/blob/master/server/setLogLevel.xsl</a><br>
<br>
2. The docs for the jboss/keycloak-postgres images state that the
default postgres password that's used is 'keycloak', but in fact the
default that is copied into standalone.xml is 'password'.<br>
<a class="moz-txt-link-freetext" href="https://github.com/jboss-dockerfiles/keycloak/blob/master/server-postgres/changeDatabase.xsl#L15">https://github.com/jboss-dockerfiles/keycloak/blob/master/server-postgres/changeDatabase.xsl#L15</a><br>
<br>
Tim<br>
<meta charset="utf-8">
</body>
</html>