MS-Painter / Folden

Cross platform PC application. System wide file watchers handling made simple.
MIT License
20 stars 3 forks source link

Log/tail management and publication #27

Closed MS-Painter closed 3 years ago

MS-Painter commented 3 years ago

Seperate to the workflows. Any running handler currently prints to console progression or issues. These messages should be instead handled in a way which could be interwoven into logging and possible runtime tailing.

Each mapped handler to dir can be modified to send output to a known exporter such as a db or log file.

Runtime tailing of a handler's traces/logs should be integrated with the previous part and in some way grpc server to client streaming using tonic.