Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
Erik S.Erik S.Reviewer
AlexAlexChange Log Group
ChangedChange Log Message
The HTTP requests are now logged into "System Log" instead of file.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Commit Revision
15,957Story Points
1Fix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Erik S.
Erik S.Reviewer
Alex
AlexChange Log Group
Changed
Change Log Message
The HTTP requests are now logged into "System Log" instead of file.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Commit Revision
15,957
Story Points
1
Fix versions
Created April 23, 2013 at 1:30 PM
Updated February 3, 2025 at 8:10 AM
Resolved August 27, 2013 at 12:55 PM
In-Portal has a functionality to log all incoming HTTP requests. Logging can be enabled by specifying path to log file in
DBG_REQUREST_LOG
constant in/system/debug.php
.After using this functionality for a while here are few things I've noticed:
Pros:
GET/POST/COOKIE is recorded
some other information to identify user, who made a request is recorded
Cons:
hard to analyze, because in a result a large text file is created
HTTP headers not recorded
Gladly in INP-811 task we've create flexible logging engine that logs same information but in easily browsable/searchable form.
I recommend to use this "System Log" section to log all information. But we also need to improve "System Log" section by adding ability to log HTTP headers along with HTTP requests.