Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r4800083679383c87221a7e55ad35f84b40ffb386 -ra3c7851a7de7cbed6b06abef5033b35308c04c93 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 4800083679383c87221a7e55ad35f84b40ffb386) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision a3c7851a7de7cbed6b06abef5033b35308c04c93) @@ -1,15 +1,17 @@ ########################################################################### # -# Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. +# Copyright (c) 2022-2026 Diality Inc. - All Rights Reserved. # # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file utils.py - -# @author (last) LTTS -# @date (last) 15-Jan-2022 +# @file utility.py # +# @author (last) Behrouz NematiPour +# @date (last) 04-Feb-2025 +# @author (original) joseph_varghese +# @date (original) 19-Jan-2022 +# ############################################################################ import csv import glob @@ -636,7 +638,7 @@ #TODO: dynamic name try: current_date = get_current_date_and_time(date_format = "%Y_%m_%d") - latest_file = config.LOG_LOCATION + current_date + '_denali.log' + latest_file = config.LOG_LOCATION + current_date + '_SystemSetup.log' return latest_file except: return False