Skip to content

Commit

Permalink
Logging the params
Browse files Browse the repository at this point in the history
  • Loading branch information
arshadparwaiz authored May 21, 2024
1 parent 1c65a34 commit cdb08bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/appConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class AppConfig {

setAppConfig(params) {
const payload = this.initPayload();
getAioLogger().info(`Params in AppConfig: ${JSON.stringify(params)}`);
// Called during action start to cleanup old entries
this.removeOldPayload();

Expand Down

0 comments on commit cdb08bf

Please sign in to comment.