-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
89 changed files
with
305 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
bind: 0.0.0.0:8080 # address and port to bind on | ||
allow-transfers: true # allow log file downloads | ||
follow-names: false # allow tailing of not-yet-existent files | ||
relative-root: /tailon # web app root path (default: '') | ||
commands: [tail, grep] # allowed commands | ||
tail-lines: 10 # number of lines to tail initially | ||
wrap-lines: true # initial line-wrapping state | ||
|
||
files: | ||
- '/var/log/messages' | ||
- '/var/log/nginx/*.log' | ||
- '/var/log/xorg.[0-10].log' | ||
- '/var/log/nginx/' # all files in this directory | ||
- 'cron': # it's possible to add sub-sections | ||
- '/var/log/cron*' |
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
Changelog | ||
--------- | ||
|
||
1.1.0 (Sep 17, 2016) | ||
==================== | ||
|
||
- 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 (Sep 10, 2016) | ||
==================== | ||
|
||
- Split wtee_ into a separate project. | ||
|
||
|
||
0.1.0 - 0.6.0 | ||
============= | ||
|
||
- Older versions for which a changelog was not kept. | ||
|
||
|
||
.. _wtee: https://github.com/gvalkov/wtee |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
__version__ = '1.1.1' |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
55 changes: 42 additions & 13 deletions
55
tailon-1.0.0/tailon/assets/gen/Main.js → tailon-1.1.1/tailon/assets/gen/Main.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.