This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 697102f  Update how-can-i-enable-detailed-logging.md
     new dde8a8c  Merge pull request #75 from matteobaccan/fixuri
697102f is described below

commit 697102ff9ecf08a8da8e819e37ee0d1ba1a630f4
Author: Matteo Baccan <[email protected]>
AuthorDate: Mon Feb 14 20:10:34 2022 +0100

    Update how-can-i-enable-detailed-logging.md
    
    Hi
    
    I have fixed the wrong URL to log4j.properties
    
    ciao
    matteo
---
 src/how-can-i-enable-detailed-logging.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/how-can-i-enable-detailed-logging.md 
b/src/how-can-i-enable-detailed-logging.md
index 9ff59fd..b4f309a 100644
--- a/src/how-can-i-enable-detailed-logging.md
+++ b/src/how-can-i-enable-detailed-logging.md
@@ -15,7 +15,7 @@ We use [slf4j](#) which allows the underlying logging 
implementation to be stati
  
 By default we ship with log4j but feel free to make your own choice.
 
-If you've got log4j.jar on your classpath you can use a log4j.properties file 
to configure the logging levels. See the [log4j.properties 
example](http://svn.apache.org/repos/asf/activemq/trunk/activemq-core/src/test/resources/log4j.properties)
 for the kind of thing you'll need.
+If you've got log4j.jar on your classpath you can use a log4j.properties file 
to configure the logging levels. See the [log4j.properties 
example](https://github.com/apache/activemq/blob/main/activemq-broker/src/test/resources/log4j.properties)
 for the kind of thing you'll need.
 
 e.g. adding the following to your log4j.properties will enable tracing of 
ActiveMQ code:
 

Reply via email to