Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Suyu
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
many-archive
Suyu
Commits
f80b80b9
There was an error fetching the commit references. Please try again later.
Unverified
Commit
f80b80b9
authored
6 years ago
by
Lioncash
Browse files
Options
Downloads
Patches
Plain Diff
logging/backend: Add missing services to the log filters
Just a few overlooked services.
parent
a94e5d9e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/common/logging/backend.cpp
+3
-0
3 additions, 0 deletions
src/common/logging/backend.cpp
src/common/logging/log.h
+2
-0
2 additions, 0 deletions
src/common/logging/log.h
with
5 additions
and
0 deletions
src/common/logging/backend.cpp
+
3
−
0
View file @
f80b80b9
...
@@ -196,6 +196,7 @@ void FileBackend::Write(const Entry& entry) {
...
@@ -196,6 +196,7 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, NFP) \
SUB(Service, NFP) \
SUB(Service, NIFM) \
SUB(Service, NIFM) \
SUB(Service, NIM) \
SUB(Service, NIM) \
SUB(Service, NPNS) \
SUB(Service, NS) \
SUB(Service, NS) \
SUB(Service, NVDRV) \
SUB(Service, NVDRV) \
SUB(Service, PCIE) \
SUB(Service, PCIE) \
...
@@ -204,10 +205,12 @@ void FileBackend::Write(const Entry& entry) {
...
@@ -204,10 +205,12 @@ void FileBackend::Write(const Entry& entry) {
SUB(Service, PM) \
SUB(Service, PM) \
SUB(Service, PREPO) \
SUB(Service, PREPO) \
SUB(Service, PSC) \
SUB(Service, PSC) \
SUB(Service, PSM) \
SUB(Service, SET) \
SUB(Service, SET) \
SUB(Service, SM) \
SUB(Service, SM) \
SUB(Service, SPL) \
SUB(Service, SPL) \
SUB(Service, SSL) \
SUB(Service, SSL) \
SUB(Service, TCAP) \
SUB(Service, Time) \
SUB(Service, Time) \
SUB(Service, USB) \
SUB(Service, USB) \
SUB(Service, VI) \
SUB(Service, VI) \
...
...
This diff is collapsed.
Click to expand it.
src/common/logging/log.h
+
2
−
0
View file @
f80b80b9
...
@@ -83,6 +83,7 @@ enum class Class : ClassType {
...
@@ -83,6 +83,7 @@ enum class Class : ClassType {
Service_NFP
,
///< The NFP service
Service_NFP
,
///< The NFP service
Service_NIFM
,
///< The NIFM (Network interface) service
Service_NIFM
,
///< The NIFM (Network interface) service
Service_NIM
,
///< The NIM service
Service_NIM
,
///< The NIM service
Service_NPNS
,
///< The NPNS service
Service_NS
,
///< The NS services
Service_NS
,
///< The NS services
Service_NVDRV
,
///< The NVDRV (Nvidia driver) service
Service_NVDRV
,
///< The NVDRV (Nvidia driver) service
Service_PCIE
,
///< The PCIe service
Service_PCIE
,
///< The PCIe service
...
@@ -96,6 +97,7 @@ enum class Class : ClassType {
...
@@ -96,6 +97,7 @@ enum class Class : ClassType {
Service_SM
,
///< The SM (Service manager) service
Service_SM
,
///< The SM (Service manager) service
Service_SPL
,
///< The SPL service
Service_SPL
,
///< The SPL service
Service_SSL
,
///< The SSL service
Service_SSL
,
///< The SSL service
Service_TCAP
,
///< The TCAP service.
Service_Time
,
///< The time service
Service_Time
,
///< The time service
Service_USB
,
///< The USB (Universal Serial Bus) service
Service_USB
,
///< The USB (Universal Serial Bus) service
Service_VI
,
///< The VI (Video interface) service
Service_VI
,
///< The VI (Video interface) service
...
...
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