1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

bump common subrepo, use debug logging in villas-fpga-cat

Signed-off-by: Niklas Eiling <niklas.eiling@eonerc.rwth-aachen.de>
This commit is contained in:
Niklas Eiling 2022-12-02 12:05:13 +01:00
parent 74ad0783f6
commit f26656a90d
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 17d22ef5157c8d92d13bf975b1cd2e481de92e3a
Subproject commit b7e176fdb69025a2bdb9fa27efa7d3b524a905cd

View file

@ -63,7 +63,8 @@ int main(int argc, char* argv[])
app.parse(argc, argv);
// Logging setup
spdlog::set_level(spdlog::level::debug);
logging.setLevel(spdlog::level::debug);
fpga::setupColorHandling();
if (configFile.empty()) {