cancel
Showing results for 
Search instead for 
Did you mean: 

questions about .pm.async.logEnabled

leguan
New Contributor III

Hello Everyone,

There is a RDB process in our platform whose instance var ".pm.asnyc.logEnabled" was set to TRUE, this resulted in every call of "UPD" had a record in .pm.querylog, made the RDB deadly slow and lost timeliness.

1. The strange thing is: platform's default INSTANCE_CONFIG file has no corresponding config, and we dont have a customized/overwritten config file. I would like to ask: is there another way to set value of a task/instance's variables? (Process's log file has no explicit trace about how did that variable was set to TRUE.)

2. How to turn off logging of UPD calls(data insertion from TP) while keep others at the same time?

Thank you in advance,

best regards,

Leguan

1 ACCEPTED SOLUTION

davidcrossey
Moderator Moderator
Moderator

Hi leguan,

If you check INSTANCE_CONFIG:default in KX Control you should be able to see the default settings as per Enhanced instance configuration - KX Platform

If you want to disable the logging of async queries, you can disable .pm.async.logEnabled

Hope this helps

View solution in original post

1 REPLY 1

davidcrossey
Moderator Moderator
Moderator

Hi leguan,

If you check INSTANCE_CONFIG:default in KX Control you should be able to see the default settings as per Enhanced instance configuration - KX Platform

If you want to disable the logging of async queries, you can disable .pm.async.logEnabled

Hope this helps