Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r40314c67874695eefc506c3a6a33896495953edd -r2650a9f3f8ca6571294f6ce322327b62fc832ab9 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 40314c67874695eefc506c3a6a33896495953edd) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 2650a9f3f8ca6571294f6ce322327b62fc832ab9) @@ -636,7 +636,7 @@ #TODO: dynamic name try: current_date = get_current_date_and_time(date_format = "%Y_%m_%d") - latest_file = config.LOG_LOCATION + current_date + '_denaliSquish.log' + latest_file = config.LOG_LOCATION + current_date + '_denali.log' return latest_file except: return False