mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 12:56:51 +00:00
bugfix/use the example logback files and removed the default ones
This commit is contained in:
parent
f92b2663c5
commit
584fa9e113
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,7 +10,6 @@
|
||||
.project
|
||||
.cache
|
||||
target
|
||||
obp-api/src/main/resources/
|
||||
obp-api/src/test/resources/**
|
||||
!obp-api/src/test/resources/frozen_type_meta_data
|
||||
*.iml
|
||||
|
||||
@ -190,9 +190,9 @@ Note: Your Java environment may need to be setup correctly to use SSL
|
||||
|
||||
Restart OBP-API, if you get an error, check your Java environment can connect to the host over SSL.
|
||||
|
||||
Note you can change the log level in:
|
||||
- /obp-api/src/main/resources/default.logback.xml (try TRACE or DEBUG)
|
||||
- /obp-api/src/main/resources/logback-test.xml (try TRACE or DEBUG)
|
||||
Note you can copy the following example files to prepare your own configurations:
|
||||
- /obp-api/src/main/resources/logback.xml.example -> /obp-api/src/main/resources/logback.xml (try TRACE or DEBUG)
|
||||
- /obp-api/src/main/resources/logback-test.xml.example -> /obp-api/src/main/resources/logback-test.xml (try TRACE or DEBUG)
|
||||
|
||||
There is a gist / tool which is useful for this. Search the web for SSLPoke. Note this is an external repository.
|
||||
|
||||
|
||||
@ -1,12 +0,0 @@
|
||||
<configuration>
|
||||
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%d{yyyy-MM-dd HH:mm:ss} %t %c{0} [%p] %m%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<root level="DEBUG">
|
||||
<appender-ref ref="STDOUT"/>
|
||||
</root>
|
||||
</configuration>
|
||||
Loading…
Reference in New Issue
Block a user