2017-06-05 13:59:38 +00:00
|
|
|
#include <Interpreters/SystemLog.h>
|
|
|
|
#include <Interpreters/QueryLog.h>
|
2018-05-31 15:54:08 +00:00
|
|
|
#include <Interpreters/QueryThreadLog.h>
|
2017-06-05 13:59:38 +00:00
|
|
|
#include <Interpreters/PartLog.h>
|
|
|
|
|
|
|
|
|
|
|
|
namespace DB
|
|
|
|
{
|
|
|
|
|
|
|
|
SystemLogs::~SystemLogs() = default;
|
|
|
|
|
|
|
|
}
|