Hi @MukeshAEM ,
You can check access.log and error.log
However In this case, the best practice would be:-
1.) To limit the "admin" permission to the user who actually needs it, too many people should not have these permissions, especially in the upper environments.
2.) Create a group whose members are to be granted access to Web Console instead of allowing access to individual users, you can add these groups to "Apache Sling Web Console Security Provider" in the configuration.
3.) Make sure the OSGi configurations are only deployed with code that is committed in the source control (this is more future-proof if you are planning to move to the cloud in the future) and also provide proper tracking of the changes.
Hope this helps.
Regards,
Nitesh