Skip to content
Snippets Groups Projects
Commit 657dfc66 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

fix: loglevel has been moved per component

parent 1daa5856
Pipeline #6975 passed with stage
in 10 seconds
...@@ -139,12 +139,11 @@ oscreds: ...@@ -139,12 +139,11 @@ oscreds:
#### 4. Application and Logging Configuration #### 4. Application and Logging Configuration
Application-specific configurations, such as OAuth client secrets and logging levels, can be set in the `spring` section: Application-specific configurations, such as OAuth client secrets, can be set in the `spring` section:
```yaml ```yaml
spring: spring:
oauthClientSecret: "secret" oauthClientSecret: "secret"
loglevel: "INFO"
``` ```
#### 5. Ingress and Root URL #### 5. Ingress and Root URL
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment