mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-27 22:49:25 +02:00
temporarily activate tracing logs
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#define NKAI_PATHFINDER_TRACE_LEVEL 0
|
#define NKAI_PATHFINDER_TRACE_LEVEL 0
|
||||||
constexpr int NKAI_GRAPH_TRACE_LEVEL = 0; // To actually enable graph visualization, enter `/vslog graph` in game chat
|
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/CGPathNode.h"
|
||||||
#include "../../../lib/pathfinder/INodeStorage.h"
|
#include "../../../lib/pathfinder/INodeStorage.h"
|
||||||
|
|||||||
@@ -669,7 +669,7 @@
|
|||||||
},
|
},
|
||||||
"loggers" : {
|
"loggers" : {
|
||||||
"type" : "array",
|
"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" : {
|
"items" : {
|
||||||
"type" : "object",
|
"type" : "object",
|
||||||
"additionalProperties" : false,
|
"additionalProperties" : false,
|
||||||
|
|||||||
Reference in New Issue
Block a user