Logup is a UNIX-style command that can be used to pipe stdout logs to location on disk or in the cloud without the need of an agent, logrotate, systemd or other configuration files
useclap::Parser;uselogup::OutlogArgs;// Single-thread on purpose to consume the least amount of resources.
#[tokio::main(flavor ="current_thread")]
async fnmain(){let cli =OutlogArgs::parse();logup::run(cli).await;}