google / turbinia

Automation and Scaling of Digital Forensics Tools
Apache License 2.0
748 stars 163 forks source link

Turn on debug logs with update-gcp-infra.sh #867

Open aarontp opened 3 years ago

aarontp commented 3 years ago

It would be nice to have a way to easily turn on debug logging with update-gcp-infra.sh. Might have to adjust the start.sh script to look for an environment variable or something that is easy to set.

aarontp commented 3 years ago

This should now be possible (via #890) by setting the TURBINIA_EXTRA_ARGS="-d" and restarting the container. I'm keeping this open to create a convenience command within update-gcp-infra.sh.