mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Merge branch 'reduce_python_output' into 'master'
reduce message and log level in python See merge request jschoeberl/netgen!273
This commit is contained in:
commit
a529dbab56
@ -15,7 +15,7 @@ namespace ngcore
|
||||
{
|
||||
std::ostream* testout = new std::ostream(nullptr); // NOLINT
|
||||
|
||||
level::level_enum Logger::global_level;
|
||||
level::level_enum Logger::global_level = level::warn;
|
||||
|
||||
void Logger::log(level::level_enum level, std::string && s)
|
||||
{
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
namespace netgen
|
||||
{
|
||||
int printmessage_importance = 5;
|
||||
int printmessage_importance = 3;
|
||||
int printwarnings = 1;
|
||||
int printerrors = 1;
|
||||
int printdots = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user