1
0
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:
Mircea TheHonestCTO
2025-08-19 23:08:14 +02:00
parent 2dbfb8e06d
commit 188a0ebfd8
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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,