feat(#27): Set up consola logger, make use of log levels in backend and frontend
This commit is contained in:
@@ -7,7 +7,8 @@ export default defineNuxtConfig({
|
||||
clientProxyBasePath: 'NOT_SET',
|
||||
serverApiBaseUrl: 'NOT_SET',
|
||||
serverApiBasePath: 'NOT_SET',
|
||||
keycloakTokenUrl: 'NOT_SET'
|
||||
keycloakTokenUrl: 'NOT_SET',
|
||||
logLevel: 'NOT_SET'
|
||||
},
|
||||
oauth: {
|
||||
keycloak: {
|
||||
|
||||
Reference in New Issue
Block a user