mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-29 19:24:26 +03:00
April 21th 2024 update
This commit is contained in:
@@ -136,8 +136,10 @@ private:
|
||||
string service_underscore_name = service_name;
|
||||
replace(service_underscore_name.begin(), service_underscore_name.end(), ' ', '_');
|
||||
|
||||
string logFilesPath = getLogFilesPathConfig();
|
||||
|
||||
trace_file_path = getConfigurationWithDefault<string>(
|
||||
"/var/log/nano_agent/trace_export_files/" + service_underscore_name + "_trace_file.dbg",
|
||||
logFilesPath + "/nano_agent/trace_export_files/" + service_underscore_name + "_trace_file.dbg",
|
||||
"SignalHandler",
|
||||
"outputFilePath"
|
||||
);
|
||||
|
Reference in New Issue
Block a user