mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
Register new apolloEngine.logLevel setting
This commit is contained in:
parent
ef351ec30d
commit
7c9ccb3fc0
1 changed files with 2 additions and 1 deletions
|
@ -22,8 +22,9 @@ import { runCallbacks } from '../modules/callbacks.js';
|
|||
|
||||
export let executableSchema;
|
||||
|
||||
// see https://github.com/apollographql/apollo-cache-control
|
||||
registerSetting('apolloEngine.logLevel', 'INFO', 'Log level (one of INFO, DEBUG, WARN, ERROR');
|
||||
|
||||
// see https://github.com/apollographql/apollo-cache-control
|
||||
const engineApiKey = getSetting('apolloEngine.apiKey');
|
||||
const engineLogLevel = getSetting('apolloEngine.logLevel', 'INFO')
|
||||
const engineConfig = {
|
||||
|
|
Loading…
Add table
Reference in a new issue