mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Allow log level to be configured (#58)
This commit is contained in:
parent
db35581d07
commit
14fe916d94
3 changed files with 49 additions and 2 deletions
|
@ -17,6 +17,7 @@ use matrix_sdk::ruma::{
|
|||
use lazy_static::lazy_static;
|
||||
use modalkit::tui::style::{Color, Style};
|
||||
use tokio::sync::mpsc::unbounded_channel;
|
||||
use tracing::Level;
|
||||
use url::Url;
|
||||
|
||||
use crate::{
|
||||
|
@ -171,6 +172,7 @@ pub fn mock_dirs() -> DirectoryValues {
|
|||
pub fn mock_tunables() -> TunableValues {
|
||||
TunableValues {
|
||||
default_room: None,
|
||||
log_level: Level::INFO,
|
||||
reaction_display: true,
|
||||
reaction_shortcode_display: false,
|
||||
read_receipt_send: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue