Compare commits

..

2 Commits

Author SHA1 Message Date
Vladislav Drozdov 903ace3197 Merge pull request 'another ref' (#45) from feature/device-out into rc
test-org/integration-module/pipeline/pr-master There was a failure building this commit Details
Reviewed-on: http://git.enode/deployer3000/integration-module/pulls/45
2025-06-11 15:42:40 +03:00
prplV 91acb6da23 another ref
test-org/integration-module/pipeline/pr-rc This commit looks good Details
2025-06-11 08:41:02 -04:00
1 changed files with 0 additions and 14 deletions

View File

@ -19,20 +19,6 @@ use tracing::info;
/// *depends on* : -
///
pub async fn setup_logger() -> Result<()> {
// Builder::new()
// .format(move |buf, record| {
// writeln!(
// buf,
// "|{}| {} [{}] - {}",
// "api-grubber",
// Local::now().format("%d-%m-%Y %H:%M:%S"),
// record.level(),
// record.args(),
// )
// })
// .filter(None, LevelFilter::Info)
// .target(env_logger::Target::Stdout)
// .init();
let log_level = std::env::var("IM_LOG_INFO").unwrap_or_else(|_| String::from("INFO"));
tracing_subscriber::fmt()