ISEPOS-2280 Adjusted fallback log name
This commit is contained in:
@@ -65,7 +65,7 @@ classdef base_logger < handle
|
||||
function this = base_logger()
|
||||
logFileName = getenv("APP_LOG_FILE");
|
||||
if isempty(logFileName)
|
||||
logFileName = 'fallbackPathApplication.log';
|
||||
logFileName = 'base-logger-log.log';
|
||||
end
|
||||
this.fid = fopen(logFileName, 'a');
|
||||
if this.fid == -1
|
||||
|
Reference in New Issue
Block a user