3.3.1 • Published 6 years ago

@hawtio/log v3.3.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 years ago

hawtio-log

This plugin shows log information from the managed services.

Installation

yarn add @hawtio/log

Set up development environment

Clone the repository

git clone https://github.com/hawtio/hawtio-log
cd hawtio-log

Install development tools

Install project dependencies

yarn install

Run the web application

yarn start

Change the default proxy port

To proxy to a local JVM running on a different port than 8282 specify the --port CLI argument:

yarn start -- --port=8181

Turn on source maps generation for debugging TypeScript

If you want to debug .ts using a browser developer tool such as Chrome DevTools, pass the --sourcemap flag:

yarn start -- --sourcemap

Do not use this flag when you are committing the compiled .js file, as it embeds source maps to the output file. Use this flag only during development.

3.3.1

6 years ago

3.3.0

6 years ago

3.2.3

6 years ago

3.2.2

6 years ago

3.2.1

6 years ago

3.2.0

6 years ago

3.0.3

6 years ago

3.0.2

7 years ago

3.0.1

7 years ago