update logging system and send websocket message on owner creation via api

This commit is contained in:
Ninjdai 2025-08-01 11:14:04 +02:00
parent 3e1c744db1
commit c016fc915b
7 changed files with 97 additions and 53 deletions

View file

@ -16,4 +16,6 @@ utoipa-axum = "0.2.0"
utoipa-swagger-ui = { version = "9", features = ["axum", "reqwest"] }
utoipa-redoc = { version = "6", features = ["axum"] }
futures-util = "0.3.31"
log = "0.4.27"
pretty_env_logger = "0.5.0"