I like the concept of logs in the web UI, however at this time, it assumes that there will only be one directory for logfiles. The way I've set mine up is to have different directories for logs, dcplogs, profiles, etc. That way, I can organize them out a bit, and for those logs that are in json format, actually use drill to query them (awesome). So to that end, here are some observations/suggestions.
1. Create an option that will specify what the extensions of valid log files will be (perhaps default to .json,.log) that way, you don't have a web server trying to render things that perhaps should not be rendered (only one of many protections that may need to be here). For example, I tared up some logfiles, the UI shouldn't try to render that, or show that it exists. 2. Allow traversal from the log directory to subdirectories. (But not up pas the log dir root!) 3. Provide sortable (Name, Size, Last Modified) 4. Show permissions on the list page
