Access logs in project
I need to get a complete log of accesses to the app, how can I get it?
I can see the deploy logs without any problem, but I would need the app access logs.
4 Replies
Project ID:
ebfad67a-92b9-4b1c-9c71-66d680f4a881
ebfad67a-92b9-4b1c-9c71-66d680f4a881
can you help me?
The only way you would get access logs, is by using the standard output logging of whatever language you are using. That’s what goes to the deploy logs.
ok, thank you so much