Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
838f1b2b
Commit
838f1b2b
authored
4 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
If we are writing to a log file, ask pressure-vessel to log at info level
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
272383c3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
depot/_v2-entry-point
+1
-0
1 addition, 0 deletions
depot/_v2-entry-point
with
1 addition
and
0 deletions
depot/_v2-entry-point
+
1
−
0
View file @
838f1b2b
...
@@ -188,6 +188,7 @@ if [ -n "$log_to_file" ]; then
...
@@ -188,6 +188,7 @@ if [ -n "$log_to_file" ]; then
exec
>>
"
${
log_dir
}
/
${
log_filename
}
"
2>&1
exec
>>
"
${
log_dir
}
/
${
log_filename
}
"
2>&1
export
PRESSURE_VESSEL_LOG_INFO
=
1
export
PRESSURE_VESSEL_LOG_WITH_TIMESTAMP
=
1
export
PRESSURE_VESSEL_LOG_WITH_TIMESTAMP
=
1
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment