You've already forked AstralRinth
forked from didirus/AstralRinth
Tracing support (#3372)
* Tracing support * Add console subscriber * Add console subscriber
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
use flate2::read::GzDecoder;
|
||||
use log::warn;
|
||||
use maxminddb::geoip2::Country;
|
||||
use std::io::{Cursor, Read};
|
||||
use std::net::Ipv6Addr;
|
||||
use tar::Archive;
|
||||
use tokio::sync::RwLock;
|
||||
use tracing::warn;
|
||||
|
||||
pub struct MaxMindIndexer {
|
||||
pub reader: RwLock<Option<maxminddb::Reader<Vec<u8>>>>,
|
||||
|
||||
Reference in New Issue
Block a user