Skip to content

Commit

Permalink
chore: added comments in azure-container-services/src/activate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kirrg001 committed Sep 6, 2024
1 parent d5dfbd7 commit ef501ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/azure-container-services/src/activate.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ const { normalizeConfig } = coreUtil;

let logger = consoleLogger;

// TODO: Why do we normalize the config from core here?
const config = normalizeConfig({});

// NOTE: We have to pass the custom logger via the config object from the packages
// into the core module. This will respect the log level from the customer
// across the application.
config.logger = logger;

function init() {
Expand Down

0 comments on commit ef501ee

Please sign in to comment.