fix: logging and use dbus config subscription in audio applet
This commit is contained in:
parent
85e4e65eb8
commit
6851d9de54
20 changed files with 63 additions and 139 deletions
|
|
@ -12,7 +12,8 @@ use crate::localize::localize;
|
|||
|
||||
fn main() -> cosmic::iced::Result {
|
||||
// Initialize logger
|
||||
pretty_env_logger::init();
|
||||
tracing_subscriber::fmt::init();
|
||||
let _ = tracing_log::LogTracer::init();
|
||||
info!("Iced Workspaces Applet ({})", APP_ID);
|
||||
info!("Version: {} ({})", VERSION, PROFILE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue