This repository was archived by the owner on Apr 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ spring.data.mongodb.database=${DB_NAME}
3
3
spring.data.mongodb.host =${DB_CONTAINER_NAME}
4
4
spring.data.mongodb.username =${DB_USERNAME}
5
5
spring.data.mongodb.password =${DB_PASSWORD}
6
- # ----------------- Custom --------------------------
6
+ # ----------------- CUSTOM --------------------------
7
7
filefighter.disable-password-check =false
8
8
# ----------------- SWAGGER -------------------------
9
9
springdoc.swagger-ui.enabled =false
10
10
# ----------------- ReverseProxyOnly ----------------
11
- server.servlet.context-path =/api/
11
+ server.servlet.context-path =/api/
12
+ # ---------------- LOGGING -------------------
13
+ logging.level.de.filefighter.rest =INFO
Original file line number Diff line number Diff line change 1
1
server.servlet.context-path =/
2
2
server.port =8080
3
3
server.error.whitelabel.enabled =false
4
+ # ------------------- LOGGING ---------------------
5
+ logging.level.root =INFO
6
+ logging.level.de.filefighter.rest =DEBUG
4
7
# ------------------- SWAGGER ----------------------
5
8
springdoc.swagger-ui.path =/swagger-ui.html
6
9
springdoc.swagger-ui.operationsSorter =method
You can’t perform that action at this time.
0 commit comments