google / turbinia

Automation and Scaling of Digital Forensics Tools
Apache License 2.0
731 stars 160 forks source link

[FR]: Log API requests #1424

Closed aarontp closed 3 months ago

aarontp commented 7 months ago

What is the feature you are proposing?

It would be nice if the API request logging went to the same directory as the other logs. Turbiniactl does log to that directory when the service starts up, but subsequent logs don't end up there. As far as I can tell the API server only logs requests to stdout so they have a more limited lifetime than logging directly to the log directory.

What would this feature improve or what problem would it solve?

This helps with debugging issues related to the API server.

What alternatives have you considered?

No response

aarontp commented 7 months ago

Assigning to @jleaniz for triage.

jleaniz commented 3 months ago

Closed in #1460