Configured Logging for Backend
This commit is contained in:
parent
8ba109427c
commit
9608f082ae
@ -69,6 +69,8 @@ dependencies {
|
|||||||
|
|
||||||
testCompile group: 'junit', name: 'junit', version: '4.+'
|
testCompile group: 'junit', name: 'junit', version: '4.+'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
node {
|
node {
|
||||||
|
|||||||
@ -59,7 +59,7 @@ public class Controller {
|
|||||||
@Autowired
|
@Autowired
|
||||||
TeamInviteRepository teamInviteRepository;
|
TeamInviteRepository teamInviteRepository;
|
||||||
|
|
||||||
private static final Logger logger = LoggerFactory.getLogger(Controller.class);
|
private org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(Controller.class);
|
||||||
|
|
||||||
@PostConstruct
|
@PostConstruct
|
||||||
public void init(){
|
public void init(){
|
||||||
|
|||||||
@ -7,3 +7,9 @@ spring.jooq.sql-dialect=org.hibernate.dialect.MariaDBDialect
|
|||||||
spring.jpa.hibernate.ddl-auto=update
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
spring.jpa.show-sql=true
|
spring.jpa.show-sql=true
|
||||||
debug=true
|
debug=true
|
||||||
|
|
||||||
|
|
||||||
|
# logging level
|
||||||
|
logging.level.hhn.labsw.bugageocaching=DEBUG
|
||||||
|
logging.level.root=WARN
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user