You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOG_LEVEL - Log level (see Winston logger for details)
LOG_COLOR - Should log be colored? (set this to true or 1)
Argv
Example: node . -d -s 'Beijing US Embassy'
Logging options:
--quiet, -q Show no logging at all [boolean]
--important, -1 Show only warnings and errors. [boolean]
--verbose, -v Show additional logging information (in dry run mode it shows
all measurements) [boolean]
--debug, -b Show lots additional logging information (more than verbose)
[boolean]
Main options:
--dryrun, -d Run the fetch process but do not attempt to save to the database
and instead print to console, useful for testing. [boolean]
--source, -s Run the fetch process with only the defined source using source
name.
--strict, -S Strict checking - first error will make the process die.
[boolean]