tailon-legacy icon indicating copy to clipboard operation
tailon-legacy copied to clipboard

Webapp for looking at and searching through log files

Results 24 tailon-legacy issues
Sort by recently updated
recently updated
newest added

Hi, I am using **tailon 1.4.3** I installed using **pip install tailon** I am running the command: **tailon -f /var/log/** Currently while running tailon, if new directories are created under...

https://bobbyhadz.com/blog/python-typeerror-load-missing-1-required-positional-argument-loader .local/lib/python3.9/site-packages/tailon/main.py", line 61, in parseconfig raw_config = yaml.load(cfg) TypeError: load() missing 1 required positional argument: 'Loader'

solving error .local/lib/python3.9/site-packages/tailon/main.py", line 61, in parseconfig raw_config = yaml.load(cfg) TypeError: load() missing 1 required positional argument: 'Loader'

Hi, Forgot to mention in the dockerfile pull request, please consider posting the image on docker hub, so it is available to all for using it quickly. Here is the...

Hi, Tailon seems exactly what I'm looking for but unfortunately I just can't get it to work behind a Apache proxy. I tried a couple of configurations but I only...

Hi I installed tailon using pip isntall. (Linux mint) My version: tailon version 1.4.1 I can't see any changes in the sub sections. ![image](https://user-images.githubusercontent.com/12694917/40494942-b1c1fa6e-5f93-11e8-887e-e651cacedaf4.png) My config files is as follows...

It would be great if new log files were automatically added to the list of available. We spin up applications on a server and write all of their logs to...

Syntax highlighting would be a welcome feature add. Something that lets a user color logs based on search words or regex. I would expect this to be a parameter or...

if you change the grep option -e with -E you can use more advanced regexp like (foo|bar) or foo.*bar to inlcude just lines that contains foo OR bar strings or,...

There seems to be an issue with a newer version of tornado that automatically gets installed when installing tailon with pip. The issue seems to be with tornado 5.0.0. Manually...