Update Loggers.cpp

This commit is contained in:
alexey-milovidov 2019-09-03 22:47:48 +03:00 committed by GitHub
parent 7a6a6e093b
commit 70c7926acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,6 @@
#include "Loggers.h"
#include <iostream>
#include <Common/SensitiveDataMasker.h>
#include <Poco/SyslogChannel.h>
#include <Poco/Util/AbstractConfiguration.h>
#include "OwnFormattingChannel.h"
@ -13,6 +12,12 @@
#include <Poco/Net/RemoteSyslogChannel.h>
#include <Poco/Path.h>
namespace DB
{
class SensitiveDataMasker;
}
// TODO: move to libcommon
static std::string createDirectory(const std::string & file)
{