logger
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
use log::{debug, error, info, warn};
 | 
			
		||||
use tracing::{debug, error, info, warn};
 | 
			
		||||
use redis::AsyncCommands;
 | 
			
		||||
use serde::{Deserialize, Serialize};
 | 
			
		||||
use std::collections::HashMap;
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
//! This module provides actor process lifecycle management using Zinit as the process manager.
 | 
			
		||||
//! All functionality is implemented as methods on the Supervisor struct for a clean API.
 | 
			
		||||
 | 
			
		||||
use log::{debug, error, info, warn};
 | 
			
		||||
use tracing::{debug, error, info, warn};
 | 
			
		||||
use serde_json::json;
 | 
			
		||||
use std::collections::HashMap;
 | 
			
		||||
use std::path::PathBuf;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user