This is an automated email from the ASF dual-hosted git repository. andytaylor pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-artemis-console.git
commit 6db3b50431b49b03dc1b29992d92759d4a4d791d Author: GChuf <[email protected]> AuthorDate: Fri Sep 12 12:35:18 2025 +0200 ARTEMIS-5630 - Change hawtio log level to info --- artemis-console-extension/artemis-extension/app/webpack.config.cjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/artemis-console-extension/artemis-extension/app/webpack.config.cjs b/artemis-console-extension/artemis-extension/app/webpack.config.cjs index 30711f3..e1b619b 100644 --- a/artemis-console-extension/artemis-extension/app/webpack.config.cjs +++ b/artemis-console-extension/artemis-extension/app/webpack.config.cjs @@ -383,8 +383,7 @@ module.exports = (webpackEnv, args) => { name: 'hawtio-backend', path: '/console/proxy', middleware: hawtioBackend({ - // Uncomment it if you want to see debug log for Hawtio backend - logLevel: 'debug', + logLevel: 'info', }), }) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
