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
89a9f5b6
Commit
89a9f5b6
authored
Apr 22, 2021
by
Craig Norris
Committed by
Suzanne Selhorn
Apr 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Badge and header updates for Job logs page
parent
bb2dc4ac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
doc/administration/job_logs.md
doc/administration/job_logs.md
+3
-5
doc/administration/object_storage.md
doc/administration/object_storage.md
+1
-1
doc/administration/reference_architectures/troubleshooting.md
...administration/reference_architectures/troubleshooting.md
+1
-1
No files found.
doc/administration/job_logs.md
View file @
89a9f5b6
...
...
@@ -5,7 +5,7 @@ info: To determine the technical writer assigned to the Stage/Group associated w
type
:
reference
---
# Job logs
# Job logs
**(FREE SELF)**
> [Renamed from job traces to job logs](https://gitlab.com/gitlab-org/gitlab/-/issues/29121) in GitLab 12.5.
...
...
@@ -109,7 +109,7 @@ See "Phase 4: uploading" in [Data flow](#data-flow) to learn about the process.
If you want to avoid any local disk usage for job logs,
you can do so using one of the following options:
-
Enable the
[
beta incremental logging
](
#
new-
incremental-logging-architecture
)
feature.
-
Enable the
[
beta incremental logging
](
#incremental-logging-architecture
)
feature.
-
Set the
[
job logs location
](
#changing-the-job-logs-local-location
)
to an NFS drive.
...
...
@@ -128,9 +128,7 @@ This command permanently deletes the log files and is irreversible.
find /var/opt/gitlab/gitlab-rails/shared/artifacts
-name
"job.log"
-mtime
+60
-delete
```
## New incremental logging architecture
> - [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/18169) in GitLab 10.4.
## Incremental logging architecture
NOTE:
This beta feature is off by default. See below for how to
[
enable or disable
](
#enabling-incremental-logging
)
it.
...
...
doc/administration/object_storage.md
View file @
89a9f5b6
...
...
@@ -595,7 +595,7 @@ with the Fog library that GitLab uses. Symptoms include an error in `production.
If you configure GitLab to use object storage for CI logs and artifacts,
you can avoid
[
local disk usage for job logs
](
job_logs.md#data-flow
)
by enabling
[
beta incremental logging
](
job_logs.md#
new-
incremental-logging-architecture
)
.
[
beta incremental logging
](
job_logs.md#incremental-logging-architecture
)
.
### Proxy Download
...
...
doc/administration/reference_architectures/troubleshooting.md
View file @
89a9f5b6
...
...
@@ -33,7 +33,7 @@ The dependency on disk storage also prevents Pages being deployed using the
### Incremental logging is required for CI to use object storage
If you configure GitLab to use object storage for CI logs and artifacts,
[
you must also enable incremental logging
](
../job_logs.md#
new-
incremental-logging-architecture
)
.
[
you must also enable incremental logging
](
../job_logs.md#incremental-logging-architecture
)
.
### Proxy Download
...
...
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