Skip to content

Commit 73e26df

Browse files
committed
Enabled stacktrace in error messages
1 parent 5c49cfb commit 73e26df

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

phase4-test/src/test/resources/test-phase4-9090.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ global.datapath=generated/9090/
2222

2323
phase4.manager.inmemory=true
2424

25+
phase4.errormsg.include.stacktraces=true
26+
2527
server.jetty.enabled=true
2628
server.jetty.address=http://localhost:9090/as4
2729

phase4-test/src/test/resources/test-phase4.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ global.production=false
2020
global.nostartupinfo=true
2121
global.datapath=generated/
2222

23+
phase4.errormsg.include.stacktraces=true
24+
2325
server.jetty.enabled=true
2426
server.jetty.address=http://localhost:8080/as4
2527

0 commit comments

Comments
 (0)