feat: Port safe backend/runtime changes from MUIO v5.5 #397
Open
parthdagia05 wants to merge 1 commit intoEAPD-DRB:mainfrom
Open
feat: Port safe backend/runtime changes from MUIO v5.5 #397parthdagia05 wants to merge 1 commit intoEAPD-DRB:mainfrom
parthdagia05 wants to merge 1 commit intoEAPD-DRB:mainfrom
Conversation
Add readModelFile and readLogFile diagnostic routes from upstream v5.5. Use MUIOGO-safe log path (API/app.log) instead of upstream WebAPP/app.log to avoid exposing logs from the web root. Add structured logging (logging.getLogger) to /run, /batchRun, /cleanUp routes. Add LOG_FILE and API_PATH constants to Config.py. Explicitly rejected from upstream: WebAPP/app.log path, shell=True, FileClassCompressed.py, stale unittest import.
e5a1bd3 to
081d3a9
Compare
Author
|
@SeaCelo could you review this PR. |
This was referenced Apr 1, 2026
Open
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR: Safe Backend/Runtime Changes from MUIO v5.5
Linked Issues
Confirmed no existing PR addresses #390
Overlap Assessment
Why this is not duplicate/superseded
/readModelFile/readLogFileWhy this PR should proceed
Safety compliance
All changes follow MUIOGO rules:
shell=TrueSummary
What changed
Added
/readModelFile(GET).txtfile as plain textAdded
/readLogFile(GET)Config.LOG_FILE→API/app.logAdded constants in
Config.py: