Skip to content

Commit

Permalink
MINIFICPP-1113 - Fix date for logging output
Browse files Browse the repository at this point in the history
Signed-off-by: Arpad Boda <aboda@apache.org>

This closes #703
  • Loading branch information
nghiaxlee authored and arpadboda committed Jan 6, 2020
1 parent 7f0f56c commit 7f30874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libminifi/src/core/logging/LoggerConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace minifi {
namespace core {
namespace logging {

const char* LoggerConfiguration::spdlog_default_pattern = "[%Y-%m-%ll %H:%M:%S.%e] [%n] [%l] %v";
const char* LoggerConfiguration::spdlog_default_pattern = "[%Y-%m-%d %H:%M:%S.%e] [%n] [%l] %v";

std::vector<std::string> LoggerProperties::get_keys_of_type(const std::string &type) {
std::vector<std::string> appenders;
Expand Down

0 comments on commit 7f30874

Please sign in to comment.