Skip to content

Commit

Permalink
Merge pull request #56 from dwarvesf/fix/add-log
Browse files Browse the repository at this point in the history
fix: add log
  • Loading branch information
baenv authored Jul 9, 2024
2 parents 86b0483 + 63e547f commit 7d9f3e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/adapter/reddit/reddit.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ func New(cfg *config.Config, l logger.Logger) (Adapter, error) {
}, nil
}

l.Infof("reddit username: %s, reddit client id: %s", username, clientID)

auth := reddit.Credentials{
ID: clientID,
Secret: clientSecret,
Expand Down

0 comments on commit 7d9f3e6

Please sign in to comment.