This project is not being actively developed or maintained.
This plugin shows log information from the managed services.
yarn add @hawtio/log
git clone https://github.com/hawtio/hawtio-log
cd hawtio-log
yarn install
yarn start
To proxy to a local JVM running on a different port than 8282
specify the --port
CLI argument:
yarn start -- --port=8181
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.