cancel
Showing results for 
Search instead for 
Did you mean: 

How to Debug {“identifier”:“LOCKED_RECORD_INFO_SYSTEM_CONFIG”}} []

How to Debug {“identifier”:“LOCKED_RECORD_INFO_SYSTEM_CONFIG”}} []

My Centos - Nginx Configuration,

etc/nginx/conf.d/magento.conf

 

 

server {
	listen 8087;
	server_name abc;
	set $MAGE_ROOT /usr/share/nginx/html/abc;
	include /usr/share/nginx/html/abc/nginx.conf.sample;

	error_log /usr/share/nginx/html/abc/abc_error.log;
	access_log /usr/share/nginx/html/abc/abc_access.log;
}

upstream fastcgi_backend2 {
        server  127.0.0.1:9000;
}

 

 

And i am getting following response,

 

[2020-01-18 07:02:27] main.DEBUG: cache_invalidate: {"method":"GET","url":"http://192.168.1.64:8085/","invalidateInfo":{"identifier":"interception"}} [] [2020-01-18 07:02:31] main.DEBUG: cache_invalidate: {"method":"GET","url":"http://192.168.1.64:8085/","invalidateInfo":{"identifier":"LOCKED_RECORD_INFO_SYSTEM_CONFIG"}} []

How to debug above response?

1 REPLY 1

Re: How to Debug {“identifier”:“LOCKED_RECORD_INFO_SYSTEM_CONFIG”}} []

 i am also getting this error when i try to make duplicate product, its create infinite loop too

main.DEBUG: cache_invalidate: {"method":"GET","url":"http:/","invalidateInfo":{"identifier":"LOCKED_RECORD_INFO_SYSTEM_CONFIG"}}