fix: lange foutmeldingen en debug logging afgezet
This commit is contained in:
parent
9626de951e
commit
897549a1e0
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
import { EnvVars, getEnvVar } from './util/envvars.js';
|
||||
|
||||
|
||||
// API
|
||||
export const DWENGO_API_BASE = getEnvVar(EnvVars.LearningContentRepoApiBaseUrl);
|
||||
export const FALLBACK_LANG = getEnvVar(EnvVars.FallbackLanguage);
|
||||
|
||||
// Logging
|
||||
export const LOG_LEVEL: string = 'development' === process.env.NODE_ENV ? 'debug' : 'info';
|
||||
export const LOG_LEVEL: string = 'info';
|
||||
export const LOKI_HOST: string = process.env.LOKI_HOST || 'http://localhost:3102';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue