Skip to content

Commit ab7127e

Browse files
committed
Remove Slack logger
1 parent e900742 commit ab7127e

2 files changed

Lines changed: 1 addition & 61 deletions

File tree

log/init.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ import (
44
"github.com/replicatedcom/saaskit/param"
55
)
66

7-
func Init(logOpts *LogOptions, mailLogOpts *MailLogOptions, slackLogOpts *SlackLogOptions) {
7+
func Init(logOpts *LogOptions, mailLogOpts *MailLogOptions) {
88
InitLog(logOpts)
99
InitMail(mailLogOpts)
10-
InitSlack(slackLogOpts)
1110

1211
if param.Lookup("PROJECT_NAME", "", false) == "" {
1312
Infof("Environment variable PROJECT_NAME not set")

log/slack.go

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)