I
Immich•2y ago
atommacbots

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
Alex Tran
Alex Tran•2y ago
we don't have that log enable unfortunately please put in a feature request to have it log in a verbose level
jrasm91
jrasm91•2y ago
You can get these types of access logs from the immich-proxy The logs are turned off by default in the compose file
atommacbots
atommacbotsOP•2y ago
@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.
jrasm91
jrasm91•2y ago
Hmm ok. It should provide logs for every http request.
Alex Tran
Alex Tran•2y ago
The nest server can provide request log We can add it as verbose log for cases like this

Did you find this page helpful?