docker-vsftpd icon indicating copy to clipboard operation
docker-vsftpd copied to clipboard

Logs location is incorrect

Open the-lazy-fox opened this issue 3 years ago • 3 comments

Hi, When loading the container it shows: · Log file: /var/log/vsftpd/vsftpd.log

but the correct path is /var/log/vsftpd.log

the-lazy-fox avatar Jun 22 '22 14:06 the-lazy-fox

Hi, @the-lazy-fox

I have tested this out and indeed the log location is incorrect i create ad PR where i have fixed this issue. The log from /var/log/vsftpd.log is directed to /logs/vsftpd.log

alainseys avatar Aug 25 '22 14:08 alainseys

Thank you!

the-lazy-fox avatar Aug 31 '22 21:08 the-lazy-fox

I would like to monitor this file and maybe rotate it if it becomes too large.

OK, so how do I correctly reference this in my docker compose file?

I have:-

    volumes:
      - ./data/var/log/:/var/log/

Thanks,

Paully

plittlefield avatar Apr 03 '23 11:04 plittlefield