Request url in Payload

This commit is contained in:
Jan Kvetina 2021-12-27 20:00:05 +01:00
parent 002ce835da
commit 2bc8765f33

View File

@ -1318,7 +1318,7 @@ CREATE OR REPLACE PACKAGE BODY app AS
RETURN app.log__ ( RETURN app.log__ (
in_flag => app.flag_request, in_flag => app.flag_request,
in_action_name => app.get_request(), in_action_name => app.get_request(),
in_arguments => app.get_request_url() in_payload => app.get_request_url() || CHR(10)
); );
END; END;