Skip to content

Commit

Permalink
Suppress harmless warnings #2498
Browse files Browse the repository at this point in the history
  • Loading branch information
ilushaaa authored and Gavrilov-Ivan committed Apr 14, 2024
1 parent 3854c91 commit ebfb1c8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ui.login.defaultPassword = admin
jmix.core.available-locales = ${project_locales.collect {it.code}.join(',')}<%}%>

logging.level.org.atmosphere = warn
logging.level.org.atmosphere.util.IOUtils = error

logging.level.com.vaadin.spring.internal.BeanStore = error

# 'debug' level logs SQL generated by EclipseLink ORM
logging.level.eclipselink.logging.sql = info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ui.login.defaultPassword = admin
jmix.core.available-locales = ${project_locales.collect {it.code}.join(',')}<%}%>

logging.level.org.atmosphere = warn
logging.level.org.atmosphere.util.IOUtils = error

logging.level.com.vaadin.spring.internal.BeanStore = error

# 'debug' level logs SQL generated by EclipseLink ORM
logging.level.eclipselink.logging.sql = info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ vaadin.launch-browser = false
vaadin.pnpm.enable = true

logging.level.org.atmosphere = warn
logging.level.org.atmosphere.util.IOUtils = error

logging.level.com.vaadin.spring.internal.BeanStore = error

# 'debug' level logs SQL generated by EclipseLink ORM
logging.level.eclipselink.logging.sql = info
Expand Down

0 comments on commit ebfb1c8

Please sign in to comment.