HTTP Access Logs
I'd like to see access logs (GET/POST/etc) that are made to the REST API so I can determine whether or not my 3rd part app is actually hitting the API and if so, what the response is.
For context, I'm working on a Roku app and it doesn't seem to provide me with much information about access errors.
5 Replies
we don't have that log enable unfortunately
please put in a feature request to have it log in a verbose level
You can get these types of access logs from the immich-proxy
The logs are turned off by default in the compose file
@jrasm91 I actually did give that a shot and while the output was more verbose after removing the
logging: driver: none
lines, it still didn't provide logs for access events 😦 Sorry, I probably should have mentioned that in my original post.
I was actually able to get the information I was looking for by using a tiny "echo server" written in Python.Hmm ok. It should provide logs for every http request.
The nest server can provide request log
We can add it as verbose log for cases like this