Hi Isomorphic,
I would like to suppress the logging of a specific request to a DMI as it contains secure details.
Without resorting to disabling logging OR encrypting the data, how can the values be transferred without displaying the criteria ?
Is there a way to alter the log level of a specific request. Ex. change the request to say DEBUG level prior to having it processed .
Is there some other way to achieve the sought objective ?
Extract from logs:
=== 2018-05-08 12:02:46,847 [ec-7] INFO SQLDataSource - [builtinApplication.chargeCard] Performing update operation with
criteria: {AUDITID:2021513} values: {AUDITID:2021513,PROCEDURENAME:"AUTHORIZE CARD",PUBLISHERNAME:"MYDEMOACCOUNT",PUBLISHERPASSWORD:"MYDEMOPASS",CHARGECARD:"Y",CARDTYPE:"VISA",CARDNUMBER:"4111111111111111",CARDEXPIRY:"0119",CVV:"123",EMAIL:"MYEMAIL@address.com",CARDHOLDER:"rest2",CHARGEDAMOUNT:10,LOGMESSAGE:"LOG MESSAGE"}
As you can see above, we wouldn't want any trace of payment details in our logs.
SmartGWT Power v3.1p
GWT SDK 2.7.0
Regards,
Richard.
I would like to suppress the logging of a specific request to a DMI as it contains secure details.
Without resorting to disabling logging OR encrypting the data, how can the values be transferred without displaying the criteria ?
Is there a way to alter the log level of a specific request. Ex. change the request to say DEBUG level prior to having it processed .
Is there some other way to achieve the sought objective ?
Extract from logs:
=== 2018-05-08 12:02:46,847 [ec-7] INFO SQLDataSource - [builtinApplication.chargeCard] Performing update operation with
criteria: {AUDITID:2021513} values: {AUDITID:2021513,PROCEDURENAME:"AUTHORIZE CARD",PUBLISHERNAME:"MYDEMOACCOUNT",PUBLISHERPASSWORD:"MYDEMOPASS",CHARGECARD:"Y",CARDTYPE:"VISA",CARDNUMBER:"4111111111111111",CARDEXPIRY:"0119",CVV:"123",EMAIL:"MYEMAIL@address.com",CARDHOLDER:"rest2",CHARGEDAMOUNT:10,LOGMESSAGE:"LOG MESSAGE"}
As you can see above, we wouldn't want any trace of payment details in our logs.
SmartGWT Power v3.1p
GWT SDK 2.7.0
Regards,
Richard.
Comment