Projekt

Obecné

Profil

Stáhnout (707 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 d0cf9476 Pultak
{
2
  "Logging": {
3
    "ColorConsole": {
4
      "LogLevels": {
5
        "Information": "DarkGreen",
6
        "Warning": "Cyan",
7
        "Error": "Red"
8
      }
9
    },
10 74bd1e40 Pultak
    "LogChunkSize": 2097152,
11
    "LogChunkMaxCount": 2,
12
    "LogArchiveMaxCount": 10,
13
    "LogCleanupPeriod": 10,
14 d0cf9476 Pultak
    "LogVerbosityType": 2,
15 58cf6a6f Pultak
    "LogFlowType": 0
16
  },
17
18
  "Network": {
19 c2cc7813 Pultak
    "ApiBaseAddress": "http://127.0.0.1",
20 58cf6a6f Pultak
    "ApiLDEndPoint": "/lauterbach-debugger-logs/",
21 c2cc7813 Pultak
    "ApiPort": 8000
22
  },
23
  "Cache": {
24
    "RetryPeriod": 1,
25
    "MaxEntries": 20,
26
    "MaxRetries": 5,
27
    "CacheFileName": "cache"
28
  },
29
  "DebuggerDetection": {
30 58cf6a6f Pultak
    "DebuggerAddress": "localhost",
31 c2cc7813 Pultak
    "DebuggerPort": 20000,
32
    "DebuggerProcessName": "t32mtc"
33 58cf6a6f Pultak
  } 
34 d0cf9476 Pultak
}