-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting logs in /var/log/syslog #3006
Comments
Hi @TomHeim29 - Audit logs are an in-app feature. They can be retrieved via the JSON API:
|
Hello, thanks for your reply. Is it possible to get all audit log for any push by being admin ? I just tested what you send me, and I only can get audit log from my pushes, not others. I think i wasn't clear on my demand. When i check logs of the docker compose : sudo docker compose logs -f |
In short, not possible right now. The OSS version doesn't support teams & collaboration so you can only access audit logs of your own pushes. If you are an admin, you could grab the If I may ask, what are you trying to achieve? What's the goal?
The webserver logs are in If you set |
Indeed I missed config PWP__LOG_TO_STDOUT env. I set it to flase instead of true. Thanks Yes, I just want the logs for webserver so it is good right now ! Thanks for all |
Checklist
issues
.discussions
.❓ Question
Hello again :)
How can I check all audit logs from push creation, delete, ... directly in the /var/log/syslog on the machine where the docker compose is running ?
I have looked for these logs everywhere but i can't find them
The text was updated successfully, but these errors were encountered: