Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New banner #13925

Merged
merged 2 commits into from
Dec 18, 2024
Merged

New banner #13925

merged 2 commits into from
Dec 18, 2024

Conversation

gsartori
Copy link
Contributor

For Grails 7 I'm proposing a new banner which address the following:

  • Unintrusive, cleaner and modern design
  • Fixed columns, so it works with cloudfoundry (possibly other environments) that strips leading spaces from logs
  • Displays by default, to communicate the brand and aid smaller projects with no log analisys tools to highlight applications restart

This is how the old banner appears:

         @@@@@@@@@@@                                                                                              
      @@             @@                                                                                           
    @                   @                                                                                         
  @@                      @          @@@@@@@@@@@@   @@@@@@@@@@@@        @@@@@@@      @@@@   @@@@        @@@@@@@@@@
 @    @@@@@@@@@@@@@@@@@    @      @@@@@@@@# 8@@@    @@@@    @@@@@      @@@@@@@@      @@@@   @@@@      @@@@@@  @@@ 
 @    @@@@@@@@@@@@@@@@o    #@    @@@@@              @@@@     @@@@@     @@@@ @@@@     @@@@   @@@@      @@@@        
@  @@@@@@@@@@@@@@@@@@ @@@@  @    @@@@               @@@@     @@@@     @@@@  @@@@@    @@@@   @@@@      @@@@@@@     
@   @@@@  @@@@@@@@@ @@@@@   @   @@@@@      @@@@@@@  @@@@@@@@@@@@      @@@@   @@@@    @@@@   @@@@        @@@@@@@@@ 
@      @@    @@@   :@@      @   @@@@@       @@@@@@  @@@@@@@@@@@      @@@@    @@@@@   @@@@   @@@@           @@@@@@@
.@     @@    @@@    @@     &@    @@@@@       @@@@@  @@@@    @@@@    @@@@@@@@@@@@@@   @@@@   @@@@              @@@@@
 @     @@@   @@@   @@@     @     @@@@@@      @@@@@  @@@@    @@@@@   @@@@      @@@@@  @@@@   @@@@              @@@@@
  @@        @@@@@         @        @@@@@@@@@@@@@@@  @@@@     @@@@@ @@@@@       @@@@@ @@@@   @@@@@@@@@  @@@@@@@@@@@
    @                   @             @@@@@@@@@@8   @@@@      @@@@ @@@@        @@@@@ @@@@   @@@@@@@@@  @@@@@@@@@  
      @@             @@                                                                                           
         @@@@@@@@@@@      

This is how the new one appears:

>                                                                            <
>                             ____           _ _                             <
>                            / ___|_ __ __ _(_) |___                         <
>                           | |  _| '__/ _` | | / __|                        <
>                           | |_| | | | (_| | | \__ \                        <
>                            \____|_|  \__,_|_|_|___/                        <
>                               https://grails.org                           <
>                                                                            <

Grails application running at http://localhost:8080 in environment: development

@jamesfredley
Copy link
Contributor

Can be disabled with

spring:
  main:
    banner-mode: "off"

@jamesfredley jamesfredley merged commit a55a335 into grails:7.0.x Dec 18, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants