diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2023-07-21 09:36:12 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2023-09-19 18:09:31 +0100 |
commit | 6ed9bfb5f10b8259f3324b961d2e04dc4919fa27 (patch) | |
tree | fcd3776b498aecc4dbf525fda5c6174fdad94924 /docs/apex/APEX-User-Manual.rst | |
parent | e2564cd0500f501bdfef04162f6fb7546fc88b6a (diff) |
Java 17 Upgrade
Issue-ID: POLICY-4666
Change-Id: Ib3f4020c7598043259017db8733d3cc2634945c9
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'docs/apex/APEX-User-Manual.rst')
-rw-r--r-- | docs/apex/APEX-User-Manual.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/apex/APEX-User-Manual.rst b/docs/apex/APEX-User-Manual.rst index 79232042..8a4996b1 100644 --- a/docs/apex/APEX-User-Manual.rst +++ b/docs/apex/APEX-User-Manual.rst @@ -4830,11 +4830,11 @@ Introduction to APEX Logging All APEX components make extensive use of logging using the logging façade `SLF4J <https://www.slf4j.org/>`__ with the - backend `Logback <https://logback.qos.ch/>`__. Both are used + backend `Logback <http://logback.qos.ch/>`__. Both are used off-the-shelve, so the standard documentation and configuration apply to APEX logging. For details on how to work with logback please see the `logback - manual <https://logback.qos.ch/manual/index.html>`__. + manual <http://logback.qos.ch/manual/index.html>`__. .. container:: paragraph |