summaryrefslogtreecommitdiff
path: root/internal/io/logger/logger.go
AgeCommit message (Collapse)Author
2021-10-02can have daily and normal file log rotationPaul Buetow
2021-10-02refactor config reader - also looks in additional search paths for config ↵Paul Buetow
file unless NONE is specified
2021-10-02move args to config packagePaul Buetow
logger package rewrite as dlog
2021-09-07Produce MAPREDUCE lines, can aggregate these via default log formatPaul Buetow
2021-08-21read files bytewise for more control of whats happening - change transport ↵Paul Buetow
protocol for more control over newlines
2021-08-12add missing brush and also add color client configs plus jsonschemaPaul Buetow
2021-07-31more on configurable colorsPaul Buetow
2020-12-26correctly format server messagesPaul Buetow
2020-12-26initial quiet switchPaul Buetow
2020-12-08merge developPaul Buetow
2020-09-10printing client stats every other second only if the connection count has ↵Paul Buetow
changed or when SIGUSR1 or SIGINFO recieved
2020-09-04remove of Quiet mode, this will be obsoletePaul Buetow
2020-09-04add ssh relaxed auth modePaul Buetow
2020-03-18make lint and vet happyv2.2.0Paul Buetow
2020-03-06more on loggerPaul Buetow
2020-03-04fix silent logging https://github.com/mimecast/dtail/issues/5Paul Buetow
2020-02-07Introduce drun command, refactor code to use context packagePaul Bütow