GH-926 implement log cleaning functionality
Also adds gzip compressed log support
This commit is contained in:
parent
4e3af265da
commit
96fdaebb5c
19 changed files with 447 additions and 53 deletions
|
@ -70,4 +70,8 @@ public:
|
|||
{
|
||||
return QMap<QString, QString>();
|
||||
}
|
||||
virtual IPathMatcher::Ptr getLogFileMatcher()
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue