Logging Hub

Downloading the Logging Hub

Download the latest hub here

Unzip the archive locally for now - at some point you'll need to drop this onto one of your server machines.

Running the hub

On windows?

Open a command prompt and navigate to the hub-1.2.0/bin directory. Run the following command:

hub console

And you should see something like this:

On linux or a mac?

Open a terminal and navigate to the hub-1.2.0/bin directory. Run the following command:

./hub.sh console

The output should be similar to this

Running Vertex Labs Logging Hub...
wrapper  | --> Wrapper Started as Console
wrapper  | Java Service Wrapper Community Edition 64-bit 3.5.6
wrapper  |   Copyright (C) 1999-2010 Tanuki Software, Ltd. All Rights Reserved.
wrapper  |     http://wrapper.tanukisoftware.com
wrapper  | 
wrapper  | Launching a JVM...
jvm 1    | WrapperManager: Initializing...
jvm 1    | 06-Sep-2012 14:40:18 |    INFO | WrapperSimpleAppMain | RunHub.main                    | Loading configuration from ../conf/hub.xml
jvm 1    | 06-Sep-2012 14:40:21 |    INFO |      SocketHub-stats | SocketHub.logStatus            | Hub status : 0 connections, 1 subscriptions, 0 telemetry connections, 0 messages in, 0 message out

Next step : the Viewer...