Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bobgroup-go-utils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bob Public Utils
bobgroup-go-utils
Merge requests
!22
Remove some info logs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Remove some info logs
remove-info-logs
into
main
Overview
0
Commits
2
Pipelines
0
Changes
2
Closed
Francé Wilke
requested to merge
remove-info-logs
into
main
3 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
0
0
Merge request reports
Viewing commit
0b395723
Prev
Next
Show latest version
2 files
+
0
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
0b395723
Remove unnecessary logs
· 0b395723
Francé Wilke
authored
3 years ago
handler_utils/cron.go
+
0
−
2
View file @ bb6d0a40
Show full file
@@ -2,7 +2,6 @@ package handler_utils
import
(
"gitlab.com/uafrica/go-utils/errors"
"gitlab.com/uafrica/go-utils/logs"
)
// ValidateCronHandlers checks that all handlers are correctly defined using one of the supported handler types
@@ -18,6 +17,5 @@ func ValidateCronHandlers(handlers map[string]func() error) (map[string]func() e
}
countHandler
++
}
logs
.
Info
(
"Checked %d handlers
\n
"
,
countHandler
)
return
handlers
,
nil
}
Loading