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:
parent
74ad0783f6
commit
f26656a90d
2 changed files with 3 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 17d22ef5157c8d92d13bf975b1cd2e481de92e3a
|
||||
Subproject commit b7e176fdb69025a2bdb9fa27efa7d3b524a905cd
|
|
@ -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()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue