Here is the diff to yours …
[tdiesler@MacBook3 config]$ diff -b mainnet-config.json config.json
4c4
< "ByronGenesisFile": "mainnet-byron-genesis.json",
---
> "ByronGenesisFile": "/opt/cardano/cnode/files/byron-genesis.json",
12c12
< "ShelleyGenesisFile": "mainnet-shelley-genesis.json",
---
> "ShelleyGenesisFile": "/opt/cardano/cnode/files/genesis.json",
15,19c15,19
< "TraceBlockFetchClient": false,
< "TraceBlockFetchDecisions": false,
< "TraceBlockFetchProtocol": false,
< "TraceBlockFetchProtocolSerialised": false,
< "TraceBlockFetchServer": false,
---
> "TraceBlockFetchClient": true,
> "TraceBlockFetchDecisions": true,
> "TraceBlockFetchProtocol": true,
> "TraceBlockFetchProtocolSerialised": true,
> "TraceBlockFetchServer": true,
21,24c21,24
< "TraceChainSyncBlockServer": false,
< "TraceChainSyncClient": false,
< "TraceChainSyncHeaderServer": false,
< "TraceChainSyncProtocol": false,
---
> "TraceChainSyncBlockServer": true,
> "TraceChainSyncClient": true,
> "TraceChainSyncHeaderServer": true,
> "TraceChainSyncProtocol": true,
29c29
< "TraceHandshake": false,
---
> "TraceHandshake": true,
31c31
< "TraceLocalChainSyncProtocol": false,
---
> "TraceLocalChainSyncProtocol": true,
50,51c50,51
< "StdoutSK",
< "stdout"
---
> "FileSK",
> "/opt/cardano/cnode/logs/node0.json"
77c77
< "cardano.node.metrics": [
---
> "cardano.node.resources": [
80c80
< "cardano.node.resources": [
---
> "cardano.node.metrics": [
146c146
< "rpLogLimitBytes": 5000000,
---
> "rpLogLimitBytes": 50000000,
150c150,151
< "KatipBK"
---
> "KatipBK",
> "EKGViewBK"
154,156c155,157
< "scFormat": "ScText",
< "scKind": "StdoutSK",
< "scName": "stdout",
---
> "scKind": "FileSK",
> "scName": "/opt/cardano/cnode/logs/node0.json",
> "scFormat": "ScJson",
159c160,164
< ]
---
> ],
> "SocketPath": "/opt/cardano/cnode/sockets/node0.socket",
> "NetworkName": "mainnet",
> "EnableLogging": true,
> "EnableLogMetrics": false