Tailon

Latest version: v1.4.3

Safety actively analyzes 621173 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.3.1

====================

- Pin tornado version to 4.x until tornado-sockjs begins supporting tornado 5.x.

1.3.0

====================

- Fix a regression that caused all whitespace to be squashed.
- Fix an issue with the initial state of line wrapping.
- Support enabling of debug mode from the configuration file.

1.2.1

====================

- Depend on tornado >= 4.0.0 instead of on >= 4.5.1 (the latest and greatest
at the moment).

1.2.0

====================

- Add optional basic and digest HTTP authentication using tornado-http-auth_.
This feature can be enabled with the ``-p/--http-auth`` and ``-u/--user``
command-line switches or the ``http-auth`` and ``user`` config file keys.
For example:

tailon -f /var/log --http-auth digest -u joe:secret1 -u bob:secret2

1.1.0

====================

- Add the ability to set the initial file, command and command script through
the query string. For example:

http://localhost:8081/?file=logs/nginx/error.log&cmd=grep&script=GET

If a file or command does not exist, tailon will use the first in the list
(which is the default behavior).

- Add the ``-F/--follow-names`` command-line switch and the ``follow-names``
config file option. This option instructs tailon to tail files which do not
exist yet. It is equivalent to running ``tail -F`` instead of the ``tail -f``.

- Fix ``tail-lines`` not being read from the configuration file.

1.0.0

====================

- Split wtee_ into a separate project.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.