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
/
config
/
config.go
Age
Commit message (
Expand
)
Author
2026-01-29
refactor: improve Go best practices compliance
Paul Buetow
2021-10-10
add another dmap test - reading 100 source files at once
Paul Buetow
2021-10-10
vetting and linting and some code restyling
Paul Buetow
2021-10-09
refactor
Paul Buetow
2021-10-06
enable faster shutdown - useful for dgrep/dmap and dcat commands
Paul Buetow
2021-10-03
add dmap tests
Paul Buetow
2021-10-02
reduce logging in serverless mode
Paul Buetow
2021-10-02
Client default log dir is ~/log
Paul Buetow
2021-10-02
add more default fields to MAPREDUCE
Paul Buetow
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 fil...
Paul Buetow
2021-10-02
move args to config package
Paul Buetow
2020-12-08
merge develop
Paul Buetow
2020-08-13
bump up version to 3.0.0. can run continuous background mapreduce queries, us...
v3.0.0
Paul Buetow
2020-06-17
initial log monitoring support
Paul Buetow
2020-02-16
server kills subprocesses correctly on cancel
Paul Bütow
2020-02-16
rename scheduled user to schedule user
Paul Bütow
2020-02-10
initial scheduled jobs
Paul Bütow
2020-01-21
Move commands to cmd/ and move internal dependencies to internal/
Paul Bütow