File tree Expand file tree Collapse file tree
libs/payments/experiments/src/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,14 +31,12 @@ export class NimbusManager {
3131 }
3232
3333 // Temporarily log payload for debugging purposes
34- this . log . log (
35- JSON . stringify ( {
36- msg : 'NimbusPayload' ,
37- clientId : nimbusUserId ,
38- context : { language : language || null , region : region || null } ,
39- preview,
40- } )
41- ) ;
34+ this . log . log ( 'NimbusManager.fetchExperiments.payload' , {
35+ msg : 'NimbusPayload' ,
36+ clientId : nimbusUserId ,
37+ context : { language : language || null , region : region || null } ,
38+ preview,
39+ } ) ;
4240
4341 const results =
4442 await this . nimbusClient . fetchExperiments < SubPlatNimbusResult > ( {
@@ -48,7 +46,7 @@ export class NimbusManager {
4846 } ) ;
4947
5048 // Temporarily log results for debugging purposes
51- this . log . log ( JSON . stringify ( results ) ) ;
49+ this . log . log ( 'NimbusManager.fetchExperiments.result' , results ) ;
5250
5351 return results ;
5452 }
You can’t perform that action at this time.
0 commit comments