mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
Don't accidentally ignore observability errors
This commit is contained in:
parent
5a6e4fac73
commit
f576aff7eb
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ async fn try_main() -> Result<(), error::Main> {
|
|||
|
||||
let config = config::load(args.config.as_ref()).await?;
|
||||
|
||||
let _guard = observability::init(&config);
|
||||
let _guard = observability::init(&config)?;
|
||||
|
||||
// This is needed for opening lots of file descriptors, which tends to
|
||||
// happen more often when using RocksDB and making lots of federation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue