potsky / PimpMyLog

🍭 Log viewer for your web server
http://pimpmylog.com
GNU General Public License v3.0
594 stars 89 forks source link

Auto-sorts the dropdown list alphabetically #116

Closed markpanado closed 7 years ago

markpanado commented 7 years ago

Beneficial if you have a large list of log files. It will now be easier to find a specific log because of the alphabetical sorting.

potsky commented 7 years ago

Please use the SORT option in the configuration file.

Just add

        "SORT_LOG_FILES"              : "display-asc",

in the globals configuration array. Documentation is available here http://pimpmylog.com/documentation/configuration.html#SORT_LOG_FILES

markpanado commented 7 years ago

Oh, sorry! Didn't check the documentation for that. Thank you!