index
:
dtail
master
refactor-trail-1
DTail is a distributed DevOps tool for tailing, grepping, catting logs and other text files on many remote machines at once.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
io
/
logger
Age
Commit message (
Collapse
)
Author
2021-10-02
can have daily and normal file log rotation
Paul Buetow
2021-10-02
refactor config reader - also looks in additional search paths for config ↵
Paul Buetow
file unless NONE is specified
2021-10-02
move args to config package
Paul Buetow
logger package rewrite as dlog
2021-09-07
Produce MAPREDUCE lines, can aggregate these via default log format
Paul Buetow
2021-08-21
read files bytewise for more control of whats happening - change transport ↵
Paul Buetow
protocol for more control over newlines
2021-08-12
add missing brush and also add color client configs plus jsonschema
Paul Buetow
2021-07-31
more on configurable colors
Paul Buetow
2020-12-26
correctly format server messages
Paul Buetow
2020-12-26
initial quiet switch
Paul Buetow
2020-12-08
merge develop
Paul Buetow
2020-09-10
printing client stats every other second only if the connection count has ↵
Paul Buetow
changed or when SIGUSR1 or SIGINFO recieved
2020-09-04
remove of Quiet mode, this will be obsolete
Paul Buetow
2020-09-04
add ssh relaxed auth mode
Paul Buetow
2020-03-18
make lint and vet happy
v2.2.0
Paul Buetow
2020-03-06
more on logger
Paul Buetow
2020-03-04
add missing files
Paul Buetow
2020-03-04
fix silent logging https://github.com/mimecast/dtail/issues/5
Paul Buetow
2020-02-07
Introduce drun command, refactor code to use context package
Paul Bütow