Skip to content

Commit

Permalink
use debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasdinov committed Nov 3, 2022
1 parent 08066d7 commit 87c90d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/content-rw-elasticsearch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,5 +233,5 @@ type awsLogger struct {
}

func (l awsLogger) Log(args ...interface{}) {
l.log.Info(args...)
l.log.Debug(args...)
}
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
const (
AppName = "content-rw-elasticsearch"
AppDescription = "Content Read Writer for Elasticsearch"
AppDefaultLogLevel = "INFO"
AppDefaultLogLevel = "DEBUG"

ArticleType = "article"
VideoType = "video"
Expand Down

0 comments on commit 87c90d4

Please sign in to comment.