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
log.info("Message with passport",{"sap_passport": "2A54482A0300E60000756E64657465726D696E6564202020202020202020202020202020202020202000005341505F4532455F54415F557365722020202020202020202020202020202020756E64657465726D696E65645F737461727475705F302020202020202020202020202020202020200005756E64657465726D696E6564202020202020202020202020202020202020202034323946383939424439414334374342393330314345463933443144453039432020200007793BCF7D8152423B8A7FD073109C45CE0000000000000000000000000000000000000000000000E22A54482A"});
70
+
res.send(lastMessage);
58
71
});
59
72
60
73
// demonstrate an error stack trace logging
@@ -65,7 +78,7 @@ app.get("/stacktrace", function (req, res) {
65
78
res.send("request succesful");
66
79
}catch(e){
67
80
log.error("Error occurred",e)
68
-
res.status(500).send("error ocurred");
81
+
res.status(500).send(lastMessage);
69
82
}
70
83
});
71
84
@@ -79,7 +92,7 @@ app.get("/childlogger", function (req, res) {
0 commit comments