mirror of https://github.com/ByConity/ByConity
Update Loggers.cpp
This commit is contained in:
parent
7a6a6e093b
commit
70c7926acf
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue