-
|
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: 2 comments 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.envThe |
Beta Was this translation helpful? Give feedback.
-
|
Adding some more info for people land here via google like I did. As of today version still works but it has to be EXACTLY I am sure there is very good reasoning behind this but it left me quite confused for longer than I would care to admit. |
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
eventsendpoint 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