Skip to content

Commit

Permalink
Add log output for blocklist configuration in main application
Browse files Browse the repository at this point in the history
  • Loading branch information
abaldeweg authored Feb 3, 2025
1 parent e28c69a commit 05c51e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions logs_import/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ func main() {
viper.SetDefault("MONGODB_URI", "mongodb://localhost:27017")
viper.SetDefault("blocklist", []string{})

fmt.Println("Blocklist:", viper.GetStringSlice("blocklist"))

go importLogs()

for {
Expand Down

0 comments on commit 05c51e5

Please sign in to comment.