feat: add logger setup in web command

This commit is contained in:
Arik Jones (aider)
2024-09-21 10:58:14 -05:00
parent 8f824d8990
commit 08e0e29463

View File

@@ -39,6 +39,7 @@ func init() {
}
func runWeb(cmd *cobra.Command, args []string) error {
scraper.SetupLogger(verbose)
log.Printf("Starting web scraping process with verbose mode: %v", verbose)
scraperConfig.Verbose = verbose