Skip to content

Commit

Permalink
Grad release 1.24.0 (#146)
Browse files Browse the repository at this point in the history
* Updated to Ubuntu 22.04

* Added application-local to gitignore

* Update update-configmap.sh

(cherry picked from commit 3a19112)

* Grad2-2876 warn level log events fix

* Increased header size

---------

Co-authored-by: Kamal Mohammed <[email protected]>
Co-authored-by: chris.ditcher <[email protected]>
Co-authored-by: githubmamatha <[email protected]>
Co-authored-by: githubmamatha <[email protected]>
  • Loading branch information
5 people authored Oct 3, 2024
1 parent 3a19112 commit bd64ea3
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ build/

### Environment ###
*.env
api/application-local.yaml
### Local dev ###
/src/main/resources/application-local.yaml
16 changes: 16 additions & 0 deletions api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ logging:
boot:
autoconfigure:
logging: ${SPRING_BOOT_AUTOCONFIG_LOG_LEVEL}
jdk:
management:
agent: ERROR
sun:
management:
jmxremote: ERROR
rmi:
transport:
tcp: ERROR

authorization:
user: ${GRAD_STS_CLIENT_NAME}
Expand Down Expand Up @@ -146,3 +155,10 @@ endpoint:
splunk:
log-helper:
enabled: ${ENABLE_SPLUNK_LOG_HELPER}

server:
undertow:
threads:
worker: 128
io: 16
max-http-request-header-size: 20000
9 changes: 9 additions & 0 deletions api/src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ logging:
boot:
autoconfigure:
logging: INFO
jdk:
management:
agent: ERROR
sun:
management:
jmxremote: ERROR
rmi:
transport:
tcp: ERROR

authorization:
user: grad-business-api
Expand Down

0 comments on commit bd64ea3

Please sign in to comment.