WolverinDEV

Results 139 comments of WolverinDEV

> Use the standard Rust log crate. Why did you came up with this specification? What's the argument against using `slog` for example? Asking since I'm playing with the idea...

The `tracing` library looks pretty well fitted for the main logging part. Using a logging library for your second thought seems a bit off. My understanding of a log-file is...

Hey, thanks to your reply. I agree with your log categories, but except debug messages, all of them depend on the ui/utility conserve is being used in. For example the...

May also add the option for asymmetric encrypted backups. This allows the user to setup a daily backup job without having to store the private (e.g. secret) key on the...

> You can completely customize the text which makes expecting a consistent byte pattern impossible. I don't know why he made it customizable but it's kinda stupid since it basically...

Oh hups missed that. Yes its working im sorry about that :D

Hello @sourcefrog, I somehow overlooked this issue after my initial suggestion of asymetric encryption. > I'm actually a bit skeptical now about the value of doing this [encryption] [...] I...

Happy new year to you as well. > We don't need to decide about how much to trust cloud providers in general. Yes, your nailed it. The basic discussions boils...

> The main thing I'd want to change is to have a concept of output to stdout that is not a log message If I' not mistaken you're referring to...

Well, along with the monitor come the logging/ui changes. A core part of the new monitor system is to separate the whole display part. Therefore we could not just leave...