Scan files and insert channel name into database

This commit is contained in:
Dominik Werder
2022-02-18 09:33:38 +01:00
parent c6dba54a62
commit b82a6292d2
6 changed files with 189 additions and 37 deletions

View File

@@ -50,8 +50,6 @@ async fn go() -> Result<(), Error> {
let opts = Opts::parse();
match opts.subcmd {
SubCmd::Retrieval(subcmd) => {
trace!("test trace");
error!("test error");
info!("daqbuffer {}", clap::crate_version!());
let mut config_file = File::open(subcmd.config).await?;
let mut buf = vec![];