[feature] enable log dir for audit log - #4
Conversation
|
There's definitely some debate on where the logfiles should be stored. I think a better option would be to set an input param to specify the log location, with the default being it's current |
|
Well, I used to find logs under /var/log/"application"/ |
|
// , Does this module have support for sending the audit logs to a Unix socket in stead of a file, as in the following Vault documentation: |
|
Thank you for your submission! We require that all contributors sign our Contributor License Agreement ("CLA") before we can accept the contribution. Read and sign the agreement Learn more about why HashiCorp requires a CLA and what the CLA includes Have you signed the CLA already but the status is still pending? Recheck it. |
By default, vault_audit.log is being created in /var/log/vault, but this folder doesn't exist.
Current fix is just simply creating this folder by linking to "$path/log"