Skip to content

Commit

Permalink
fix: Removes forcing of debug logging #214
Browse files Browse the repository at this point in the history
  • Loading branch information
phantomjinx committed Nov 28, 2023
1 parent f9752d7 commit 472f169
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/online-shell/src/bootstrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ 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 472f169

Please sign in to comment.