Display URLs in integration test logs #1924

Merged
ethantkoenig merged 1 commits from integration/logging into master 2017-06-10 00:41:37 +00:00
ethantkoenig commented 2017-06-09 20:01:55 +00:00 (Migrated from github.com)

Before:

[Macaron] 2017-06-09 15:56:01: Started POST  for 
[Macaron] 2017-06-09 15:56:01: Completed  302 Found in 43.305422ms

After:

[Macaron] 2017-06-09 15:56:01: Started POST /user/login for 
[Macaron] 2017-06-09 15:56:01: Completed /user/login 302 Found in 43.305422ms

Will help in debugging, such as figuring out what caused https://drone.gitea.io/go-gitea/gitea/3457 to fail

Before: ``` [Macaron] 2017-06-09 15:56:01: Started POST for [Macaron] 2017-06-09 15:56:01: Completed 302 Found in 43.305422ms ``` After: ``` [Macaron] 2017-06-09 15:56:01: Started POST /user/login for [Macaron] 2017-06-09 15:56:01: Completed /user/login 302 Found in 43.305422ms ``` Will help in debugging, such as figuring out what caused https://drone.gitea.io/go-gitea/gitea/3457 to fail
sapk commented 2017-06-10 00:26:38 +00:00 (Migrated from github.com)

LGTM

LGTM
appleboy approved these changes 2017-06-10 00:40:42 +00:00
Contributor

LGTM

LGTM
Contributor

make L-G-T-M work

make L-G-T-M work
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lunny/gitea#1924
No description provided.