I have WordPress
site which extends WP_API
plugin to provide custom set of APIs. Everything works fine as intended, however, recently I implemented SSL
to the site after which site has stopped recording logs.
I have wrapper function which uses error_log
function to log custom activities such as when someones creates/edit/delete a record.
http://example.com/api/v1/documents (I can see my custom log messages in error_log file)
https://example.com/api/v1/documents (I can not see custom log message in error_log file)