Skip to content

Verbose Logging

Birju Vachhani edited this page Jul 30, 2020 · 1 revision

Enable Verbose Logging

Spider prefers not to overwhelm terminal with verbose logs that are redundant for most of the cases. However those verbose logs come quite handy when it comes to debug anything. You can enable verbose logging by using --verbose option on build command.

spider build --verbose

# watching directories with verbose logs
spider build --watch --verbose
Clone this wiki locally