Skip to content

Commit

Permalink
disable banner based on proposal in zowe/zac#90 (comment)
Browse files Browse the repository at this point in the history
banner cannot be enabled because it is displayed twice see spring-projects/spring-boot#17746

Signed-off-by: Vitek Vlcek <vitezslav@vvvlcek.info>
  • Loading branch information
Vitek Vlcek authored and Ilkin Abdullayev committed Aug 1, 2019
1 parent d83b784 commit e39ade6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api-catalog-services/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spring:
output:
ansi:
enabled: detect
main:
banner-mode: 'off'

logging:
level:
Expand Down
2 changes: 2 additions & 0 deletions discovery-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ spring:
output:
ansi:
enabled: detect
main:
banner-mode: 'off'

server:
address: ${apiml.service.ipAddress}
Expand Down
2 changes: 2 additions & 0 deletions gateway-service/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ spring:
output:
ansi:
enabled: detect
main:
banner-mode: 'off'

server:
address: ${apiml.service.ipAddress}
Expand Down

0 comments on commit e39ade6

Please sign in to comment.