Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jsonapi_request_logger
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
jsonapi_request_logger
Merge requests
!4
Issue
#3485175
by lapaty: Request subscriber can't populate Response data
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3485175
by lapaty: Request subscriber can't populate Response data
issue/jsonapi_request_logger-3485175:3485175-request-subscriber-cant
into
1.x
Overview
0
Commits
1
Pipelines
0
Changes
4
Merged
lapaty
requested to merge
issue/jsonapi_request_logger-3485175:3485175-request-subscriber-cant
into
1.x
6 months ago
Overview
0
Commits
1
Pipelines
0
Changes
4
Expand
Closes
#3485175
0
0
Merge request reports
Compare
1.x
1.x (base)
and
latest version
latest version
fc252185
1 commit,
6 months ago
4 files
+
172
−
34
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
config/install/jsonapi_request_logger.settings.yml
+
2
−
0
Options
# Archivo .install
enable
:
false
exclude_routes
:
'
'
omit_empty_body
:
false
request_methods
:
[]
log_output_template
:
'
Method:
{method},
URL:
{url},
Status:
{status_code},
Headers:
{headers},
Query:
{query},
Content:
{content}'
log_format
:
'
json'
Loading