mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
Minor cpnano_debug fix
This commit is contained in:
parent
3084641737
commit
eb1bc9227b
@ -577,6 +577,7 @@ public:
|
||||
{
|
||||
try {
|
||||
cereal::load(ar, streams);
|
||||
if (streams["Output"].empty()) streams["Output"] = "STDOUT";
|
||||
if (streams["Output"] != "FOG" && streams["Output"] != "STDOUT" && streams["Output"].front() != '/') {
|
||||
streams["Output"] = log_files_path + "/" + streams["Output"];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user