Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
18df82ef
Commit
18df82ef
authored
Jun 07, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
7852f6fb
116551ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/administration/logs.md
doc/administration/logs.md
+1
-1
doc/user/project/clusters/serverless/index.md
doc/user/project/clusters/serverless/index.md
+1
-1
No files found.
doc/administration/logs.md
View file @
18df82ef
...
@@ -129,7 +129,7 @@ It contains information about [integrations](../user/project/integrations/projec
...
@@ -129,7 +129,7 @@ It contains information about [integrations](../user/project/integrations/projec
```
json
```
json
{
"severity"
:
"ERROR"
,
"time"
:
"2018-09-06T14:56:20.439Z"
,
"service_class"
:
"JiraService"
,
"project_id"
:
8
,
"project_path"
:
"h5bp/html5-boilerplate"
,
"message"
:
"Error sending message"
,
"client_url"
:
"http://jira.gitlap.com:8080"
,
"error"
:
"execution expired"
}
{
"severity"
:
"ERROR"
,
"time"
:
"2018-09-06T14:56:20.439Z"
,
"service_class"
:
"JiraService"
,
"project_id"
:
8
,
"project_path"
:
"h5bp/html5-boilerplate"
,
"message"
:
"Error sending message"
,
"client_url"
:
"http://jira.gitlap.com:8080"
,
"error"
:
"execution expired"
}
{
"severity"
:
"INFO"
,
"time"
:
"2018-09-06T17:15:16.365Z"
,
"service_class"
:
"JiraService"
,
"project_id"
:
3
,
"project_path"
:
"namespace2/project2"
,
"message"
:
"Successfully posted"
,
"client_url"
:
"http://jira.example.
net
"
}
{
"severity"
:
"INFO"
,
"time"
:
"2018-09-06T17:15:16.365Z"
,
"service_class"
:
"JiraService"
,
"project_id"
:
3
,
"project_path"
:
"namespace2/project2"
,
"message"
:
"Successfully posted"
,
"client_url"
:
"http://jira.example.
com
"
}
```
```
## `kubernetes.log`
## `kubernetes.log`
...
...
doc/user/project/clusters/serverless/index.md
View file @
18df82ef
...
@@ -216,7 +216,7 @@ The sample function can now be triggered from any HTTP client using a simple `PO
...
@@ -216,7 +216,7 @@ The sample function can now be triggered from any HTTP client using a simple `PO
--header "Content-Type: application/json" \
--header "Content-Type: application/json" \
--request POST \
--request POST \
--data '{"GitLab":"FaaS"}' \
--data '{"GitLab":"FaaS"}' \
http://functions-echo.functions-1.functions.example.com
http://functions-echo.functions-1.functions.example.com
/
```
```
2.
Using a web-based tool (ie. postman, restlet, etc)
2.
Using a web-based tool (ie. postman, restlet, etc)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment