3 changed files with 17 additions and 6 deletions
@ -1,4 +1,15 @@
|
||||
# Specify the level for spring boot and hibernate's loggers |
||||
# Available levels are: TRACE, DEBUG, INFO, WARN, ERROR, FATAL, OFF |
||||
logging.level.org.springframework.web = INFO |
||||
#logging.level.org.hibernate = ERROR |
||||
# ---------------------------------------- |
||||
# CORE PROPERTIES |
||||
# ---------------------------------------- |
||||
|
||||
# LOGGING |
||||
|
||||
logging.level.org.springframework.web=INFO |
||||
|
||||
# ---------------------------------------- |
||||
# WEB PROPERTIES |
||||
# ---------------------------------------- |
||||
|
||||
# EMBEDDED SERVER CONFIGURATION (ServerProperties) |
||||
server.address=127.0.0.1 |
||||
server.port=8080 |
Loading…
Reference in new issue