January 6, 201610 yr Someone just brought up an error that kept repeating in their docker log, from one of my containers and I was surprised because I wasn't seeing it. That led me to the discovery that the docker logs viewed through the web gui don't show all the entries. I couldn't figure out why the webgui method reveals a different output compared to the command line version because I thought both methods were using the same command: docker logs --tail=350 -f containername So I tested it with one of my containers and here's a snippet from the webgui version: Setting the correct time Using existing nginx.conf Using existing nginx-fpm.conf Using existing site config Using existing landing page Using existing letsencrypt installation No subdomains defined Using existing DH parameters cronjob running at Tue Jan 5 15:52:56 EST 2016 Existing certificate is still valid and is only 0 day(s) old; skipping renewal. Jan 5 15:52:57 9e23debba930 syslog-ng[74]: syslog-ng starting up; version='3.5.3' Now here's the same snippet from the command line version in unraid terminal: Setting the correct time *** Running /etc/my_init.d/firstrun.sh... Current default time zone: 'America/New_York' Local time is now: Tue Jan 5 15:52:56 EST 2016. Universal Time is now: Tue Jan 5 20:52:56 UTC 2016. Using existing nginx.conf Using existing nginx-fpm.conf Using existing site config Using existing landing page Using existing letsencrypt installation rm: cannot remove ‘/etc/letsencrypt’: No such file or directory No subdomains defined Using existing DH parameters cronjob running at Tue Jan 5 15:52:56 EST 2016 Existing certificate is still valid and is only 0 day(s) old; skipping renewal. *** Running /etc/rc.local... *** Booting runit daemon... *** Runit started as PID 63 Jan 5 15:52:57 9e23debba930 syslog-ng[74]: syslog-ng starting up; version='3.5.3' Notice how a bunch of lines are missing from the webgui version? Any ideas why that might be?
Archived
This topic is now archived and is closed to further replies.