Skip to content

Commit 2d69d69

Browse files
committed
add rust log filtering variable
1 parent 75c7103 commit 2d69d69

File tree

1 file changed

+2
-1
lines changed
  • src/pages/komodo-defi-framework/setup/configure-mm2-json

1 file changed

+2
-1
lines changed

src/pages/komodo-defi-framework/setup/configure-mm2-json/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,10 @@ The structure for adding additional coins can vary, please refer to the [listing
114114
| MM2\_CONF\_PATH | string | A file path to load the `MM2.json` configuration file. Defaults to `MM2.json` in the same folder as the `mm2` binary. |
115115
| MM\_COINS\_PATH | string | A file path to load the `coins` configuration file. A comprehensive version for public use is maintained in the [Komodo Platform coins github repository](https://github.com/KomodoPlatform/coins/blob/master/coins) |
116116
| MM\_LOG | string | A file path to store the Komodo DeFi-API logs. |
117-
| USERPASS | string | For convenience, this variable can store the value of your `rpc_password` to be referenced in any shell scripts |
118117
| MM\_CERT\_PATH | string | Full path to TLS/SSL certificate file. |
119118
| MM\_CERT\_KEY\_PATH | string | Full path to TLS/SSL certificate key file. |
119+
| RUST_\LOG | string | Global default log level is `info`. To modify the log level for specific module (e.g. for debugging `atomicdex_gossipsub::behaviour`) and keep the default at `info`, use the format `"info,atomicdex_gossipsub::behaviour=debug"` |
120+
120121

121122
### What now?
122123

0 commit comments

Comments
 (0)