We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e900742 commit ab7127eCopy full SHA for ab7127e
2 files changed
log/init.go
@@ -4,10 +4,9 @@ import (
4
"github.com/replicatedcom/saaskit/param"
5
)
6
7
-func Init(logOpts *LogOptions, mailLogOpts *MailLogOptions, slackLogOpts *SlackLogOptions) {
+func Init(logOpts *LogOptions, mailLogOpts *MailLogOptions) {
8
InitLog(logOpts)
9
InitMail(mailLogOpts)
10
- InitSlack(slackLogOpts)
11
12
if param.Lookup("PROJECT_NAME", "", false) == "" {
13
Infof("Environment variable PROJECT_NAME not set")
log/slack.go
0 commit comments