You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2022/03/04 23:10:06 UTC

[logging-chainsaw] branch documentation-updates updated (bc28321 -> 568cbd5)

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

rmiddleton pushed a change to branch documentation-updates
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git.


    from bc28321  Added some quickstart information and updated the skin
     new ff4d2c8  Update depenendencies to make site work better
     new 0b2a15a  Site renders better now
     new 568cbd5  Update logo

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                            |   4 ++--
 src/site/apt/quicktour.apt         |   5 ++++-
 src/site/resources/images/logo.jpg | Bin 22815 -> 0 bytes
 src/site/resources/images/logo.png | Bin 0 -> 35964 bytes
 src/site/site.xml                  |   4 ++--
 5 files changed, 8 insertions(+), 5 deletions(-)
 delete mode 100644 src/site/resources/images/logo.jpg
 create mode 100644 src/site/resources/images/logo.png

[logging-chainsaw] 02/03: Site renders better now

Posted by rm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch documentation-updates
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit 0b2a15ae16abed9cb836c9b209b0278016a01519
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Fri Mar 4 18:01:05 2022 -0500

    Site renders better now
---
 src/site/apt/quicktour.apt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/site/apt/quicktour.apt b/src/site/apt/quicktour.apt
index 498e60e..dc303a4 100644
--- a/src/site/apt/quicktour.apt
+++ b/src/site/apt/quicktour.apt
@@ -24,7 +24,7 @@ Quick Tour of Apache Chainsaw&#x2122; features
 
        * <<Coloring>> - You can specify your own rules to color each event row depending on the attributes of a LoggingEvent to help you locate important events.
 
-       * <<Dynamic and powerful filtering>> - Helps you locate stuff. There's support for quick-and-dirty filtering, right through to advanced expression-based filtering (e.g.  "LOGGER == 'com.mycompany' &amp;&amp; LEVEL == ERROR" ).
+       * <<Dynamic and powerful filtering>> - Helps you locate stuff. There's support for quick-and-dirty filtering, right through to advanced expression-based filtering (e.g.  "LOGGER == 'com.mycompany' && LEVEL == ERROR" ).
 
        * <<Cyclic>> - A tab view can support a Cyclic-based model, which constrains it's view to the last X events, ensuring you don't hog memory.  This is great for monitoring live applications.
 
@@ -72,3 +72,6 @@ Quick Start
   message that come through
 
 [images/chainsaw-with-events.png] Chainsaw with events
+
+  Now that we have events in Chainsaw, we can now investigate events and view
+  more information about them.

[logging-chainsaw] 01/03: Update depenendencies to make site work better

Posted by rm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch documentation-updates
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit ff4d2c869ba750c94d2de6ca9b64c9875442dc99
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Fri Mar 4 18:00:44 2022 -0500

    Update depenendencies to make site work better
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f17012f..c947f3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,7 +207,7 @@
     <dependency>
       <groupId>org.projectlombok</groupId>
       <artifactId>lombok</artifactId>
-      <version>1.18.0</version>
+      <version>1.18.22</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -252,7 +252,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.3.0</version>
+        <version>3.3.2</version>
         <configuration>
           <bottom><![CDATA[<p align="center">Copyright &#169; {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.<br />
           Apache Logging, Apache Log4j, Log4j, Apache Chainsaw, Chainsaw, Apache, the Apache feather logo, the Apache Logging project logo,

[logging-chainsaw] 03/03: Update logo

Posted by rm...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch documentation-updates
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit 568cbd5b8970339c81ebd21d21ab9e158a0a1e48
Author: Robert Middleton <ro...@rm5248.com>
AuthorDate: Fri Mar 4 18:09:58 2022 -0500

    Update logo
---
 src/site/resources/images/logo.jpg | Bin 22815 -> 0 bytes
 src/site/resources/images/logo.png | Bin 0 -> 35964 bytes
 src/site/site.xml                  |   4 ++--
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/resources/images/logo.jpg b/src/site/resources/images/logo.jpg
deleted file mode 100644
index 9824c1a..0000000
Binary files a/src/site/resources/images/logo.jpg and /dev/null differ
diff --git a/src/site/resources/images/logo.png b/src/site/resources/images/logo.png
new file mode 100644
index 0000000..d84126b
Binary files /dev/null and b/src/site/resources/images/logo.png differ
diff --git a/src/site/site.xml b/src/site/site.xml
index 59c7744..ceea8c7 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -24,8 +24,8 @@
   </bannerLeft>
   <bannerRight>
     <name>Apache log4j</name>
-    <src>images/logo.jpg</src>
-    <href>http://logging.apache.org/log4j</href>
+    <src>images/logo.png</src>
+    <href>https://logging.apache.org/log4j/2.x/</href>
   </bannerRight>
   <body>
     <breadcrumbs>