Actual US-Web trigger logic for the generation of reports about access logs, as a (Myriad) application.
Typically called through the us_web/priv/bin/generate-us-web-log-report.sh script.
Designed to request a US-Web instance to generate log reports, typically from any remote host able to connect to the VM hosting that instance.
Currently this generation is better driven automatically, thanks to a scheduler.exec/0 | Runs the report generation app. |
get_myriad_base_directory/0 | |
get_script_base_directory/0 | |
update_code_path_for_myriad/0 | |
update_code_path_for_myriad_from_module/0 |
exec() -> no_return()
Runs the report generation app.
get_myriad_base_directory() -> file_utils:directory_path()
get_script_base_directory() -> file_utils:directory_path()
update_code_path_for_myriad() -> file_utils:directory_path()
update_code_path_for_myriad_from_module() -> file_utils:directory_path()
Generated by EDoc