Plugins: Add optional logger for plugin requests sent to backend plugins (#62981)

Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
Carl Bergquist
2023-02-07 12:49:16 +01:00
committed by GitHub
parent 7384ec0c3d
commit 2a29a07465
9 changed files with 8 additions and 14 deletions

View File

@@ -70,7 +70,6 @@ export interface FeatureToggles {
queryLibrary?: boolean;
showDashboardValidationWarnings?: boolean;
mysqlAnsiQuotes?: boolean;
datasourceLogger?: boolean;
accessControlOnCall?: boolean;
nestedFolders?: boolean;
accessTokenExpirationCheck?: boolean;