Commit 657dfc66 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

fix: loglevel has been moved per component

parent 1daa5856
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -139,12 +139,11 @@ oscreds:

#### 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
spring:
  oauthClientSecret: "secret"
  loglevel: "INFO"
```

#### 5. Ingress and Root URL