Skip to content

Commit

Permalink
add TimeStamp to log
Browse files Browse the repository at this point in the history
  • Loading branch information
sinev-valentine committed Nov 21, 2018
1 parent 5271890 commit 6439672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions keychain_lib/src/keychain_logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ logger_singletone::logger_singletone()
);

// Add the sink to the core
logging::add_common_attributes();

logging::core::get()->add_sink(sink);

}
Expand Down

0 comments on commit 6439672

Please sign in to comment.