Projekt

Obecné

Profil

Stáhnout (707 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
{
2
  "Logging": {
3
    "ColorConsole": {
4
      "LogLevels": {
5
        "Information": "DarkGreen",
6
        "Warning": "Cyan",
7
        "Error": "Red"
8
      }
9
    },
10
    "LogChunkSize": 2097152,
11
    "LogChunkMaxCount": 2,
12
    "LogArchiveMaxCount": 10,
13
    "LogCleanupPeriod": 10,
14
    "LogVerbosityType": 2,
15
    "LogFlowType": 0
16
  },
17

    
18
  "Network": {
19
    "ApiBaseAddress": "http://127.0.0.1",
20
    "ApiLDEndPoint": "/lauterbach-debugger-logs/",
21
    "ApiPort": 8000
22
  },
23
  "Cache": {
24
    "RetryPeriod": 1,
25
    "MaxEntries": 20,
26
    "MaxRetries": 5,
27
    "CacheFileName": "cache"
28
  },
29
  "DebuggerDetection": {
30
    "DebuggerAddress": "localhost",
31
    "DebuggerPort": 20000,
32
    "DebuggerProcessName": "t32mtc"
33
  } 
34
}
(3-3/3)