Skip to content

pv-runtime: Optionally log /overrides or full container contents

Simon McVittie requested to merge wip/smcv/log-sysroot-contents into main

This will hopefully help to diagnose #97 (moved), but is really rather spammy...

/cc @denittis @Sonicadvance1


  • pv-runtime: Optionally log /overrides or full container contents

    Logging the contents of /overrides enlarges the log by around 10% (on a Debian 12 system) which we could consider doing by default, but for now I've made it an opt-in.

    Logging the entire contents of the container to be used is more like a 300% increase, so it certainly needs to be an opt-in that we ask for if it is genuinely going to be useful.

    Helps: steamrt/tasks#187, #97 (moved)

Edited by Simon McVittie

Merge request reports