Skip to content

Commit 8d01ded

Browse files
committed
Update logging.md
The logging.md file that I have in my system is the one that I corrected. I noticed just before sending this that the file name that is in the repo was add-logging.md. Please let me know if the changes to this file look good. If they do, I can update the add-logging.md file seperately in a different commit.
1 parent 44f5fec commit 8d01ded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/developer-guide/logging.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The logging in the application is set up using:
1010

1111
### Configuration
1212

13-
If you have `strongbox-commons` as a (direct, or transitive) dependency of your module, you will be able to use the logging, without having to specify the dependencies yourself. If, for one reason, or another, you do not want to have this dependency, you will need the following dependencies instead:
13+
If you have `strongbox-commons` as a (direct or transitive) dependency of your module, you will be able to use the logging, without having to specify the dependencies yourself. If, for one reason or another, you do not want to have this dependency, you will need the following dependencies instead:
1414

1515
```xml
1616
<!-- Logging -->
@@ -56,7 +56,7 @@ In order to exclude them as transitive dependencies, you will need to have somet
5656

5757
## Logging Configuration File Location
5858

59-
The logging is controlled via the [strongbox/strongbox-resources/strongbox-common-resources/src/main/resources/logback.xml].
59+
The logging is controlled via the [strongbox/strongbox-resources/strongbox-common-resources/src/main/resources/logbac-spring.xml].
6060
This resource should be copied wherever necessary using:
6161

6262
```xml
@@ -94,9 +94,9 @@ This resource should be copied wherever necessary using:
9494

9595
The logging can be configured via the REST API. We have created a separate project called [logback-configuration] for this purpose.
9696

97-
For details on how to configure the logging and resolve the log files via the REST API, please visit the rest documentation
97+
For details on how to configure the logging and resolve the log files via the REST API, please visit the REST documentation
9898
in your Strongbox instance at `http://localhost:48080/docs/rest/api.html`.
9999

100100

101101
[logback-configuration]: https://github.com/carlspring/logback-configuration
102-
[strongbox/strongbox-resources/strongbox-common-resources/src/main/resources/logback.xml]: https://github.com/strongbox/strongbox/blob/master/strongbox-resources/strongbox-common-resources/src/main/resources/logback.xml
102+
[strongbox/strongbox-resources/strongbox-common-resources/src/main/resources/logback.xml]: https://github.com/strongbox/strongbox/blob/master/strongbox-resources/strongbox-common-resources/src/main/resources/logback-spring.xml

0 commit comments

Comments
 (0)