firecracker-microvm / firecracker-go-sdk

An SDK in Go for the Firecracker microVM API
Apache License 2.0
485 stars 122 forks source link

Merge PR #574 to pass log level through jailer if set #580

Open swagatbora90 opened 3 months ago

swagatbora90 commented 3 months ago

Once we upgrade fireracker-go-sdk to support firecracker v1.5.0 api we should rea-dd #574 since with v1.5.0 we no longer need to pass log-path with log-level option.

This will require updating setupLogging method to enable this behavior