-
Notifications
You must be signed in to change notification settings - Fork 19
Verbose Logging
Birju Vachhani edited this page Jul 30, 2020
·
1 revision
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