Skip to content

Commit

Permalink
Ensure partition output is logged at the debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrismarsh committed Dec 21, 2024
1 parent 397d3fd commit 74927ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/preprocessing/partition/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,8 @@ int main(int argc, char* argv[])
int standalone_rank = -1;
bool output_vtu=false;

spdlog::set_level(spdlog::level::debug);

po::options_description desc("Allowed options.");
desc.add_options()("help", "This message")
("mesh-file,m", po::value<std::string>(&mesh_filename), "Mesh file")(
Expand Down

0 comments on commit 74927ee

Please sign in to comment.