diff options
Diffstat (limited to 'src/environments/environment.prod.ts')
-rw-r--r-- | src/environments/environment.prod.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts index ae20693..9a14f80 100644 --- a/src/environments/environment.prod.ts +++ b/src/environments/environment.prod.ts @@ -42,5 +42,5 @@ export const environment: Environment = { dateTimeFormat: 'dd/MM/yyyy HH:mm:ss', loggingUrl: window.location.origin + '/onap_logging', supportUrlLink: 'https://wiki.onap.org/', - loggingEnabled: true + loggingEnabled: window["env"]["loggingEnabled"] || false, }; |