GH-926 implement log cleaning functionality
Also adds gzip compressed log support
This commit is contained in:
@@ -70,4 +70,8 @@ public:
|
||||
{
|
||||
return QMap<QString, QString>();
|
||||
}
|
||||
virtual IPathMatcher::Ptr getLogFileMatcher()
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user