You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be possible to gather all log-files and instructions relating to a project (also including rpc-server and ui-server logs) and get them as a compress file from the API to give to those maintaining and developing SoM when something is problematic has happened.
This requires both a minimal UI and API.
The text was updated successfully, but these errors were encountered:
/api/tools/debug/data/<path:project> now will do exactly this.
"""Creates zip of relevant files for a project.
Args:
project: Path to the project
Optional Json/POST/GET data:
include_global_logs:
0 = No
1 = Include active server & ui_server logs
Note that this will cause zip to be informative of
general directory structure.
include_state:
0 = No
1 = Include files from feature extraction
Only valid if pointing at analysis folder
Returns: Zip-file or json on fail
"""
Note that the path can be either an analysis folder or the parent project folder (in the latter case, the info about analysis will not be included).
It should be possible to gather all log-files and instructions relating to a project (also including rpc-server and ui-server logs) and get them as a compress file from the API to give to those maintaining and developing SoM when something is problematic has happened.
This requires both a minimal UI and API.
The text was updated successfully, but these errors were encountered: