disable ipv6 in nginx; - from several SO and DO discussions this looks to be a promising thing to do since we are disabling ipv6... though not sure where nginx might think to use ipv6 to communicate internally (need to write an image or modify my local setup to verify this change)download files for logs and display a UI for hosting links to various log files - improves the first /logs experience as there are potential multiple log files we might want (thanks to the nginx and single port flask/python setup...) now this will preserve the newlines and formatting of the log files
fix Issue #188 about session being overwritten by alias feature - fairly easy fix, and code that would in theory be shared with the init.py code for setting up the initial aliases... maybe refactor this?
Much better... I'm defaulting to 20k log lines as in most cases the "recent" are more important... but issue will be all those darned socketio lines that are more than useless.
disable ipv6 in nginx; - from several SO and DO discussions this looks to be a promising thing to do since we are disabling ipv6... though not sure where nginx might think to use ipv6 to communicate internally (need to write an image or modify my local setup to verify this change) download files for logs and display a UI for hosting links to various log files - improves the first
/logs
experience as there are potential multiple log files we might want (thanks to the nginx and single port flask/python setup...) now this will preserve the newlines and formatting of the log files fix Issue #188 about session being overwritten by alias feature - fairly easy fix, and code that would in theory be shared with the init.py code for setting up the initial aliases... maybe refactor this?