mirror of
https://gitlab.steamos.cloud/holo/steamos-manager.git
synced 2025-07-13 01:41:59 -04:00
Clean up logging
This commit is contained in:
parent
4a4b021ea5
commit
96efd91228
4 changed files with 70 additions and 26 deletions
|
@ -24,6 +24,7 @@
|
|||
*/
|
||||
|
||||
use anyhow::Result;
|
||||
use tracing_subscriber;
|
||||
use zbus::ConnectionBuilder;
|
||||
|
||||
pub mod manager;
|
||||
|
@ -33,6 +34,8 @@ async fn main() -> Result<()> {
|
|||
// This daemon is responsible for creating a dbus api that steam client can use to do various OS
|
||||
// level things. It implements com.steampowered.SteamOSManager1 interface
|
||||
|
||||
tracing_subscriber::fmt::init();
|
||||
|
||||
let manager = manager::SMManager::new()?;
|
||||
|
||||
let _system_connection = ConnectionBuilder::system()?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue