Skip to content

Commit

Permalink
Merge pull request #2359 from hongwei1/develop
Browse files Browse the repository at this point in the history
bugfix/use the example logback files and removed the default ones
  • Loading branch information
simonredfern authored Dec 18, 2023
2 parents f92b266 + 410e56b commit bdafe27
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
12 changes: 0 additions & 12 deletions obp-api/src/main/resources/logback-test.xml

This file was deleted.

File renamed without changes.

0 comments on commit bdafe27

Please sign in to comment.