Polish "Log a warning when using fallback for pid and log locations"
Closes gh-14519pull/14680/merge
parent
3f894cbeeb
commit
4a222cb4e5
@ -0,0 +1,6 @@
|
|||||||
|
source ./test-functions.sh
|
||||||
|
install_service
|
||||||
|
echo 'LOG_FOLDER=/does/not/exist' > /test-service/spring-boot-app.conf
|
||||||
|
start_service
|
||||||
|
await_app
|
||||||
|
curl -s http://127.0.0.1:8080/
|
@ -0,0 +1,6 @@
|
|||||||
|
source ./test-functions.sh
|
||||||
|
install_service
|
||||||
|
echo 'PID_FOLDER=/does/not/exist' > /test-service/spring-boot-app.conf
|
||||||
|
start_service
|
||||||
|
await_app
|
||||||
|
curl -s http://127.0.0.1:8080/
|
Loading…
Reference in New Issue