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.+'
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
node {
|
||||
|
||||
@ -59,7 +59,7 @@ public class Controller {
|
||||
@Autowired
|
||||
TeamInviteRepository teamInviteRepository;
|
||||
|
||||
private static final Logger logger = LoggerFactory.getLogger(Controller.class);
|
||||
private org.slf4j.Logger logger = org.slf4j.LoggerFactory.getLogger(Controller.class);
|
||||
|
||||
@PostConstruct
|
||||
public void init(){
|
||||
|
||||
@ -7,3 +7,9 @@ spring.jooq.sql-dialect=org.hibernate.dialect.MariaDBDialect
|
||||
spring.jpa.hibernate.ddl-auto=update
|
||||
spring.jpa.show-sql=true
|
||||
debug=true
|
||||
|
||||
|
||||
# logging level
|
||||
logging.level.hhn.labsw.bugageocaching=DEBUG
|
||||
logging.level.root=WARN
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user