Skip to content

Commit

Permalink
chore: swap to debugger logs for chromedp
Browse files Browse the repository at this point in the history
  • Loading branch information
b-dulaney committed Mar 25, 2024
1 parent 61820ac commit 384b9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraping.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func scrapeResortData(configPath *string) (success bool) {
"updated_at": time.Now(),
}

ctx, cancel := chromedp.NewContext(context.Background(), chromedp.WithLogf(log.Printf))
ctx, cancel := chromedp.NewContext(context.Background(), chromedp.WithDebugf(log.Printf))

defer cancel()

Expand Down

0 comments on commit 384b9ef

Please sign in to comment.