You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/developer-guide/logging.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The logging in the application is set up using:
10
10
11
11
### Configuration
12
12
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:
14
14
15
15
```xml
16
16
<!-- Logging -->
@@ -56,7 +56,7 @@ In order to exclude them as transitive dependencies, you will need to have somet
56
56
57
57
## Logging Configuration File Location
58
58
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].
60
60
This resource should be copied wherever necessary using:
61
61
62
62
```xml
@@ -94,9 +94,9 @@ This resource should be copied wherever necessary using:
94
94
95
95
The logging can be configured via the REST API. We have created a separate project called [logback-configuration] for this purpose.
96
96
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
98
98
in your Strongbox instance at `http://localhost:48080/docs/rest/api.html`.
0 commit comments