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
c88cf879
Commit
c88cf879
authored
Jan 24, 2020
by
Will Chandler
Committed by
Achilleas Pipinellis
Jan 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Add note on how to run a GRPC trace for Gitaly
parent
c4eeb900
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
doc/administration/gitaly/index.md
doc/administration/gitaly/index.md
+6
-0
No files found.
doc/administration/gitaly/index.md
View file @
c88cf879
...
...
@@ -885,6 +885,12 @@ you are seeing Gitaly errors. You can control the log level of the
gRPC client with the
`GRPC_LOG_LEVEL`
environment variable. The
default level is
`WARN`
.
You can run a GRPC trace with:
```
sh
GRPC_TRACE
=
all
GRPC_VERBOSITY
=
DEBUG
sudo
gitlab-rake gitlab:gitaly:check
```
### Observing `gitaly-ruby` traffic
[
`gitaly-ruby`
](
#gitaly-ruby
)
is an internal implementation detail of Gitaly,
...
...
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