freezing-holiday-13112
05/13/2022, 5:08 PMcuddly-holiday-9089
05/16/2022, 5:01 AMepinio info
should tell you)freezing-holiday-13112
05/16/2022, 7:56 PMcuddly-holiday-9089
05/17/2022, 6:25 AMBody:{Reader:0x00ba56e0}
part). You can still find the actual response I think if you increase the TRACE_LEVEL environment variable on the epinio-server deployment to 20
or morekubectl edit deployment -n epinio epinio-server
• search for TRACE_LEVEL
• increase the value to 20
• save and exit
• wait until the epinio server pod is recreatedepinio app list
output yours doesn't have one. I think that's the issue. epinio app logs
gives you the logs of the running app (aka the workload). What you want is the staging logs so the command should be epinio app logs --staging python-pip
and that should work. Of course, in any case, the command deserves a better error message. I will create an issue for this.