Skip to content

Commit d00ce0a

Browse files
author
Denis K
committed
Switched off TVM tracing by default.
1 parent e76d695 commit d00ce0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/ton-node/log_cfg.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ loggers:
3535
adnl:
3636
level: off
3737

38-
# TVM messages
38+
# TVM messages. Switching level to `trace` will give you a lot of information about contracts execution,
39+
# but can significantly slow down the node and increase disk usage.
3940
tvm:
40-
level: trace
41+
level: debug
4142
appenders:
4243
- tvm_logfile
4344

0 commit comments

Comments
 (0)