Skip to content

Commit

Permalink
Vendored logrus
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Dec 1, 2016
1 parent f6d68b1 commit 293eb02
Show file tree
Hide file tree
Showing 38 changed files with 3,249 additions and 1 deletion.
2 changes: 1 addition & 1 deletion api_definition_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func RegisterNodeWithDashboard(endpoint string, secret string) error {
newRequest.Header.Add("authorization", secret)

c := &http.Client{
Timeout: 10 * time.Second,
Timeout: 20 * time.Second,
}
response, reqErr := c.Do(newRequest)

Expand Down
1 change: 1 addition & 0 deletions vendor/github.com/Sirupsen/logrus/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions vendor/github.com/Sirupsen/logrus/.travis.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 66 additions & 0 deletions vendor/github.com/Sirupsen/logrus/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/Sirupsen/logrus/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 293eb02

Please sign in to comment.