Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learning Karaf Cellar

You're reading from   Learning Karaf Cellar Build and implement a complete clustering solution for the Apache Karaf OSGi container

Arrow left icon
Product type Paperback
Published in Jul 2014
Publisher
ISBN-13 9781783984602
Length 124 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Jean Baptiste Onofre Jean Baptiste Onofre
Author Profile Icon Jean Baptiste Onofre
Jean Baptiste Onofre
Jean-Baptiste Onofré Jean-Baptiste Onofré
Author Profile Icon Jean-Baptiste Onofré
Jean-Baptiste Onofré
Arrow right icon
View More author details
Toc

Clustering a log service


Karaf provides a very rich logging service by leveraging Pax logging.

It's possible to change the log level or display the log messages directly in the Karaf shell console using specific commands: log:set, log:get, and log:display.

Cellar will provide the cellar-log optional feature. The installation of this feature will add a new log appender. This appender will store the log messages in a cluster map node/message.

Thanks to this cluster map, from any node we will be able to see log messages on other nodes by issuing the following command:

karaf@root> cluster:log-display
nodeA …
nodeA …
nodeB …
nodeA …

For a specific node, run the following command:

karaf@root> cluster:log-display nodeA
nodeA …
nodeA …

The purpose is to provide a cluster form of the log:* commands.

For instance, it is possible to change the log levels of all nodes in the cluster with the following command:

karaf@root> cluster:log-set DEBUG

For a specific node, run the following command:

karaf...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at AU $24.99/month. Cancel anytime