We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a31483 commit 1476f7bCopy full SHA for 1476f7b
components/log-viewer-webui/server/settings.json
@@ -9,9 +9,9 @@
9
"MongoDbStreamFilesCollectionName": "stream-files",
10
11
"ClientDir": "../client/dist",
12
- "LogViewerDir": "../yscope-log-viewer/dist"
+ "LogViewerDir": "../yscope-log-viewer/dist",
13
"StreamFilesDir": "../../../build/clp-package/var/data/streams",
14
"StreamTargetUncompressedSize": 134217728,
15
"StreamFilesS3Region": null,
16
- "StreamFilesS3PathPrefix": null,
+ "StreamFilesS3PathPrefix": null
17
}
0 commit comments