stjude / proteinpaint

Data visualization and analysis framework focused on phenotype-molecular data integration at cohort level.
https://proteinpaint.stjude.org/
Other
18 stars 5 forks source link

mass app to apply environment-level debug flag at `app.opts.debug:boolean` #1806

Closed xzhou82 closed 2 months ago

xzhou82 commented 3 months ago

flag is "debugmode":true in serverconfig.json

Edgar's note:

should be debugmode: self.app.opts.debug. Debugmode should not be saved as part of state, it's really environment dependent (dev/test versus prod), we don't want a prebuilt session state to expose debugmode in prod, only in dev/test.