stevespringett / nist-data-mirror

A simple Java command-line utility to mirror the CVE JSON data from NIST.
Apache License 2.0
206 stars 93 forks source link

Write the output of mirror script to container stdout #73

Open toddq opened 3 years ago

toddq commented 3 years ago

I would like to see the output of the mirror script when it's run by cron for confirmation that it's working successfully, and that output is currently not available anywhere. This will send it to supervisord's stdout (which is the container's stdout) so that I can see the output in the kubernetes container log.