diff --git a/src/application.rs b/src/application.rs index 40bd5eea..59d4f6bf 100644 --- a/src/application.rs +++ b/src/application.rs @@ -150,6 +150,11 @@ fn get_certificate_and_server_key(config: &Config) -> Option<(Secret, Se } pub async fn init_state(config: &Config) -> Result { + // Print the feature flags + if cfg!(feature = "disable_access_control") { + info!("Access control is disabled"); + } + let metrics = AppMetrics::new(); // Postgres