gvalkov / tailon-legacy

Webapp for looking at and searching through log files
http://tailon-legacy.rtfd.org/
Other
191 stars 44 forks source link

Re-root logfile paths #30

Open nbastin opened 8 years ago

nbastin commented 8 years ago

Our log paths are really long, but they all share a common root that could easily be pruned, maybe something in the config file:

files-prune-root: '/mnt/log-data-store/'
files:
  - '/mnt/log-data-store/privoxy/varlogprivoxy/privoxy.log'

(That path is too wide for the popup, and doesn't make a lot of sense to the end user in any event)

joaopsys commented 7 years ago

I would also really appreciate this. Maybe an option to only show the filename and not the full path?