trace
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ use elefren::entities::account::Account;
|
||||
use elefren::status_builder::Visibility;
|
||||
|
||||
fn main() -> anyhow::Result<()> {
|
||||
simple_logging::log_to_stderr(LevelFilter::Debug);
|
||||
simple_logging::log_to_stderr(LevelFilter::Trace);
|
||||
|
||||
let client = if let Ok(data) = toml::from_file("group-actor-data.toml") {
|
||||
Mastodon::from(data)
|
||||
|
||||
Reference in New Issue
Block a user