File tree Expand file tree Collapse file tree 5 files changed +10
-29
lines changed
Expand file tree Collapse file tree 5 files changed +10
-29
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ <h5 class="card-title">Apple Identity Provider</h5>
120120 < div class ="d-flex align-items-center ">
121121 < img src ="resources/images/github.png " width ="16px " alt ="GitHub logo "
122122 class ="me-2 "/>
123- < span > 252 stars</ span >
123+ < span > 253 stars</ span >
124124 </ div >
125125 </ div >
126126 </ div >
@@ -368,7 +368,7 @@ <h5 class="card-title">Keycloak Multi-Tenancy</h5>
368368 < div class ="d-flex align-items-center ">
369369 < img src ="resources/images/github.png " width ="16px " alt ="GitHub logo "
370370 class ="me-2 "/>
371- < span > 166 stars</ span >
371+ < span > 167 stars</ span >
372372 </ div >
373373 </ div >
374374 </ div >
@@ -419,7 +419,7 @@ <h5 class="card-title">MFA Plugin collection</h5>
419419 < div class ="d-flex align-items-center ">
420420 < img src ="resources/images/github.png " width ="16px " alt ="GitHub logo "
421421 class ="me-2 "/>
422- < span > 228 stars</ span >
422+ < span > 229 stars</ span >
423423 </ div >
424424 </ div >
425425 </ div >
Original file line number Diff line number Diff line change @@ -297,6 +297,10 @@ <h2 id="_supported_features"><a class="anchor" href="#_supported_features"></a>S
297297< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < span class ="features-description "> Kerberos</ span > </ p > </ td >
298298</ tr >
299299< tr >
300+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < span class ="features-name "> log-mdc:v1</ span > </ p > </ td >
301+ < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < span class ="features-description "> Mapped Diagnostic Context (MDC) information in logs</ span > </ p > </ td >
302+ </ tr >
303+ < tr >
300304< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < span class ="features-name "> login:v2</ span > </ p > </ td >
301305< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < span class ="features-description "> New Login Theme</ span > </ p > </ td >
302306</ tr >
@@ -424,10 +428,6 @@ <h2 id="_preview_features"><a class="anchor" href="#_preview_features"></a>Previ
424428< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < span class ="features-description "> Kubernetes service accounts trust relationship provider</ span > </ p > </ td >
425429</ tr >
426430< tr >
427- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < span class ="features-name "> log-mdc:v1</ span > </ p > </ td >
428- < td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < span class ="features-description "> Mapped Diagnostic Context (MDC) information in logs</ span > </ p > </ td >
429- </ tr >
430- < tr >
431431< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < span class ="features-name "> rolling-updates:v2</ span > </ p > </ td >
432432< td class ="tableblock halign-left valign-top "> < p class ="tableblock "> < span class ="features-description "> Rolling Updates for patch releases</ span > </ p > </ td >
433433</ tr >
Original file line number Diff line number Diff line change @@ -395,25 +395,6 @@ <h4 id="_examples"><a class="anchor" href="#_examples"></a>Examples</h4>
395395< div class ="sect1 ">
396396< h2 id ="mdc "> < a class ="anchor " href ="#mdc "> </ a > Adding context for log messages</ h2 >
397397< div class ="sectionbody ">
398- < div class ="admonitionblock note ">
399- < table >
400- < tr >
401- < td class ="icon ">
402- < i class ="fa icon-note " title ="Note "> </ i >
403- </ td >
404- < td class ="content ">
405- < div class ="paragraph ">
406- < p > Mapped Diagnostic Context (MDC) information in logs is
407- < strong > Preview</ strong >
408- and is not fully supported. This feature is disabled by default.</ p >
409- </ div >
410- < div class ="paragraph ">
411- < p > To enable start the server with < code > --features=preview</ code > or < code > --features=log-mdc</ code > </ p >
412- </ div >
413- </ td >
414- </ tr >
415- </ table >
416- </ div >
417398< div class ="paragraph ">
418399< p > You can enable additional context information for each log line like the current realm and client that is executing the request.</ p >
419400</ div >
@@ -423,7 +404,7 @@ <h2 id="mdc"><a class="anchor" href="#mdc"></a>Adding context for log messages</
423404< div class ="listingblock ">
424405< div class ="title "> Example configuration</ div >
425406< div class ="content ">
426- < pre class ="highlight "> < code class ="language-bash " data-lang ="bash "> bin/kc.[sh|bat] start --features=log-mdc -- log-mdc-enabled=true</ code > </ pre >
407+ < pre class ="highlight "> < code class ="language-bash " data-lang ="bash "> bin/kc.[sh|bat] start --log-mdc-enabled=true</ code > </ pre >
427408</ div >
428409</ div >
429410< div class ="listingblock ">
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments