Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit c2822f7

Browse files
author
IgnoreWarnings
committed
change loglevel trace
1 parent 5dfe9b4 commit c2822f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/platform.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include "villas/fpga/ips/switch.hpp"
77
#include <exception>
88
#include <jansson.h>
9+
#include <spdlog/common.h>
910
#include <unistd.h>
1011
#include <villas/exceptions.hpp>
1112
#include <villas/fpga/ips/dma.hpp>
@@ -164,7 +165,8 @@ setupCard(const std::string &configFilePath, const std::string &fpgaName)
164165

165166
int main()
166167
{
167-
logging.setLevel(spdlog::level::debug);
168+
logging.setLevel(spdlog::level::trace);
169+
logger->set_level(spdlog::level::trace);
168170

169171
std::shared_ptr<Card> card = setupCard("/home/root/fpga/build/src/fpgas.json","zcu106");
170172

0 commit comments

Comments
 (0)