hide the route logs behind a feature flag

This commit is contained in:
Tamo
2024-02-05 13:29:01 +01:00
parent e2b2c55c79
commit 1ab9d9bdf2
6 changed files with 44 additions and 4 deletions

View File

@ -6,6 +6,7 @@ pub struct RuntimeTogglableFeatures {
pub score_details: bool,
pub vector_store: bool,
pub metrics: bool,
pub logs_route: bool,
pub export_puffin_reports: bool,
}