Skip to content

Commit

Permalink
fix: Removes forcing of debug logging hawtio#214
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Nov 28, 2023
1 parent f9752d7 commit f0539e3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions packages/online-shell/src/bootstrap.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import { Logger, configManager, hawtio, Hawtio, registerPlugins } from '@hawtio/react'
import { log } from '@hawtio/online-kubernetes-api'
import { configManager, hawtio, Hawtio, registerPlugins } from '@hawtio/react'
import { isMgmtApiRegistered } from '@hawtio/online-management-api'
import { reportWebVitals } from './reportWebVitals'
import { discover } from './discover'

// To be removed post-development / pre-production
Logger.setLevel(Logger.DEBUG)
log.log('Logging Level set to', Logger.getLevel())

configManager.addProductInfo('Hawtio Online', '__PACKAGE_VERSION_PLACEHOLDER__')

// Register kubernetes & management - only then complete hawtio bootstrap
Expand Down

0 comments on commit f0539e3

Please sign in to comment.