Skip to content

Commit

Permalink
SNOW-1634717 - Configuration Layer - logging improvements - Fixed mis…
Browse files Browse the repository at this point in the history
…sing string formatting data
  • Loading branch information
sfc-gh-fpawlowski committed Aug 28, 2024
1 parent 478662d commit b2c93a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/configuration/client_configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function ConfigurationUtil(fsPromisesModule, processModule) {
)
);

Logger.getInstance().info('Client Configuration created with Log Level: %s and Log Path: %s');
Logger.getInstance().info('Client Configuration created with Log Level: %s and Log Path: %s', clientConfig.loggingConfig.logLevel, clientConfig.loggingConfig.logPath);
return clientConfig;

} catch (err) {
Expand Down

0 comments on commit b2c93a1

Please sign in to comment.