From c2c6e5392d4ea51dbfee6b8e4c2a08b25646b887 Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Tue, 12 Apr 2022 13:44:07 +1200 Subject: [PATCH] DOC Remove reference to GraphQL verbosity --- .../01_getting_started/03_building_the_schema.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/03_building_the_schema.md b/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/03_building_the_schema.md index 9ccd056a9..acd11ef68 100644 --- a/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/03_building_the_schema.md +++ b/docs/en/02_Developer_Guides/19_GraphQL/01_getting_started/03_building_the_schema.md @@ -41,13 +41,6 @@ Keep in mind that many of your changes will be in YAML, which also requires a fl If you do not provide a `schema` parameter, the task will build all schemas. [/info] -#### Controlling verbosity - -You can set the verbosity of the output by using `verbosity=`. -Available values are the constants found in `SilverStripe\GraphQL\Schema\Logger`, e.g. `INFO`, `DEBUG`, `WARNING`. -By default, the verbosity is set to `INFO`. - - ### Building on dev/build By default, all schemas will be built as a side-effect of `dev/build`. To disable this, change