comtrya icon indicating copy to clipboard operation
comtrya copied to clipboard

Feature: Logging

Open martintc opened this issue 3 years ago • 1 comments

Description

Comtrya right now does tracing. As we get into pull or push methods to use comtrya across a fleet of machines, having the ability to use a subscriber model to write trace output to stdout and also place it in a log file for later review would be a value add.

Additional information

Initial thoughts, when comtrya executes, it can write a log file named comtrya-<datetime>.log

martintc avatar Sep 26 '22 16:09 martintc

https://github.com/tokio-rs/console looks so cool.

Just for reference.

shawn111 avatar Feb 28 '24 05:02 shawn111