URL: /getHids in /usr/local/openresty/api/bin/../lib/api.pm l. 47
URL: /getHids
I assume I need to tweak the log_format
I have tried this (only reference I could find to the format string is in Log4perl)
LogReport:
log_format: '%a%i%m in %F at %L'
But it continues to just display as before - not even with the ‘in’ or the ‘at’
as indeed does commenting it out - so I assume %a%i%m is a default
Are the log_format string options defined anywhere?