mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-25 22:42:04 +02:00
temporarily activate tracing logs
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
#define NKAI_PATHFINDER_TRACE_LEVEL 0
|
||||
constexpr int NKAI_GRAPH_TRACE_LEVEL = 0; // To actually enable graph visualization, enter `/vslog graph` in game chat
|
||||
#define NKAI_TRACE_LEVEL 0
|
||||
#define NKAI_TRACE_LEVEL 2
|
||||
|
||||
#include "../../../lib/pathfinder/CGPathNode.h"
|
||||
#include "../../../lib/pathfinder/INodeStorage.h"
|
||||
|
||||
@@ -669,7 +669,7 @@
|
||||
},
|
||||
"loggers" : {
|
||||
"type" : "array",
|
||||
"default" : [ { "domain" : "global", "level" : "trace" }, { "domain" : "rng", "level" : "info" } ],
|
||||
"default" : [ { "domain" : "global", "level" : "trace" }, { "domain" : "rng", "level" : "info" }, { "domain": "ai", "level": "trace" } ],
|
||||
"items" : {
|
||||
"type" : "object",
|
||||
"additionalProperties" : false,
|
||||
|
||||
Reference in New Issue
Block a user