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
3cfa5c2c
Commit
3cfa5c2c
authored
May 04, 2020
by
John Long
Committed by
Achilleas Pipinellis
May 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add GitLab Pages log location to log system
parent
659851ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
doc/administration/logs.md
doc/administration/logs.md
+25
-0
No files found.
doc/administration/logs.md
View file @
3cfa5c2c
...
...
@@ -775,6 +775,31 @@ $remote_addr - $remote_user [$time_local] "$request" $status $body_bytes_sent "$
For Omnibus installations, Pages logs reside in
`/var/log/gitlab/gitlab-pages/current`
.
For example:
```
json
{
"level"
:
"info"
,
"msg"
:
"GitLab Pages Daemon"
,
"revision"
:
"52b2899"
,
"time"
:
"2020-04-22T17:53:12Z"
,
"version"
:
"1.17.0"
}
{
"level"
:
"info"
,
"msg"
:
"URL: https://gitlab.com/gitlab-org/gitlab-pages"
,
"time"
:
"2020-04-22T17:53:12Z"
}
{
"gid"
:
998
,
"in-place"
:
false
,
"level"
:
"info"
,
"msg"
:
"running the daemon as unprivileged user"
,
"time"
:
"2020-04-22T17:53:12Z"
,
"uid"
:
998
}
```
## Workhorse Logs
For Omnibus installations, Workhorse logs reside in
`/var/log/gitlab/gitlab-workhorse/current`
.
...
...
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