Skip to content

Commit

Permalink
refactor: remove log line that was for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Jun 5, 2023
1 parent 8eff62a commit 570f866
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/root/core-root-server-internal/src/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export async function bootstrap({ configs, cliArgs, applyConfigOverrides }: Boot
const root = new Root(rawConfigService, env, onRootShutdown);
const cliLogger = root.logger.get('cli');

cliLogger.info('Configurations parsed in this order: ' + env.configs.join(', '));

process.on('SIGHUP', () => reloadConfiguration());

// This is only used by the LogRotator service
Expand Down

0 comments on commit 570f866

Please sign in to comment.