Web interface access error.log location?

luison

Renowned Member
Feb 22, 2010
159
6
83
Spain
elsurexiste.com
Hello, trying to configure login protection to PVE interface and can't find where failed logins are logged. I can see /var/log/pveproxy with traffic of the front but don't see there login details.
Can't find documentation either.
Thanks.
 
  • Like
Reactions: alamadrid
What about the details of Ansible's call to proxmox_kvm.py from the pve-infra-poc Ansible module? I am getting errors which require seeing in the API why it is happening, specifically:

creation of qemu VM some-random-name with vmid some-random-number failed with exception=500 Internal Server Error: data

Thoughts on how to get at the API data on the proxmox back-end?
 
So I simply grepped in /var/log/syslog on the proxmox server for the ip of the orignating requestor instance and saw the errors the API is reporting regarding the vm create...