mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
Merge pull request #2359 from hongwei1/develop
bugfix/use the example logback files and removed the default ones
This commit is contained in:
commit
bdafe2768e
@ -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