-
I'm trying to find the logs, especially those for failed connection etc. but I'm lost. I have SFTPGo 2.1.2 running on an EC2 Ubuntu instance, it's installed via apt and I've set |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi, on EC2 you could install sftpgo from the marketplace, this way you will help the project and you have a dedicated support email https://aws.amazon.com/marketplace/seller-profile?id=6e849ab8-70a6-47de-9a43-13c3fa849335 For the marketplace instances the logs are in To configure a dedicated log file you can use something like this: echo "SFTPGO_LOG_FILE_PATH=/srv/sftpgo/logs/sftpgo.log" > /etc/sftpgo/sftpgo.env
chown sftpgo:sftpgo /etc/sftpgo/sftpgo.env The |
Beta Was this translation helpful? Give feedback.
Hi,
on EC2 you could install sftpgo from the marketplace, this way you will help the project and you have a dedicated support email
https://aws.amazon.com/marketplace/seller-profile?id=6e849ab8-70a6-47de-9a43-13c3fa849335
For the marketplace instances the logs are in
/srv/sftpgo/logs/sftpgo.log
.To configure a dedicated log file you can use something like this:
The
events
endpoint is available in the development version and will be part of v2.2.0, I suppose you are using v2.1.2, please refer to the docs here