mirror of
https://git.ondrovo.com/MightyPork/group-actor.git
synced 2024-11-21 15:41:03 +00:00
trace
This commit is contained in:
parent
bf301794f6
commit
1ea3aa7cb0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue