Exemplo n.º 1
0
def analyze_logs():
    chia_location, log_directory, config_jobs, manager_check_interval, max_concurrent, max_for_phase_1, \
        minimum_minutes_between_jobs, progress_settings, notification_settings, debug_level, view_settings, \
        instrumentation_settings = get_config_info()
    analyze_log_times(log_directory)
Exemplo n.º 2
0
def analyze_logs():
    chia_location, log_directory, jobs, manager_check_interval, max_concurrent, progress_settings, \
       notification_settings, debug_level, view_settings = get_config_info()
    analyze_log_times(log_directory)