forked from shardeum/shardeum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
full-logs.patch
26 lines (26 loc) · 1001 Bytes
/
full-logs.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
diff --git a/src/config/index.ts b/src/config/index.ts
index 5ccae91..a38c42a 100644
--- a/src/config/index.ts
+++ b/src/config/index.ts
@@ -283,7 +283,7 @@ config = merge(
// for easier debugging
debug: {
startInFatalsLogMode: false, // true setting good for big aws test with nodes joining under stress.
- startInErrorLogMode: true,
+ startInErrorLogMode: false,
robustQueryDebug: false,
fakeNetworkDelay: 0,
disableSnapshots: true, // do not check in if set to false
diff --git a/src/shardeum/shardeumFlags.ts b/src/shardeum/shardeumFlags.ts
index bb9c1d6..87912eb 100644
--- a/src/shardeum/shardeumFlags.ts
+++ b/src/shardeum/shardeumFlags.ts
@@ -124,7 +124,7 @@ export const ShardeumFlags: ShardeumFlags = {
contractStoragePrefixBitLength: 3,
contractCodeKeySilo: false,
globalCodeBytes: false,
- VerboseLogs: false,
+ VerboseLogs: true,
debugTraceLogs: false,
Virtual0Address: true,
GlobalNetworkAccount: true,