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 f4a3218 commit e09b2f6Copy full SHA for e09b2f6
docs/security/audit-log.mdx
@@ -52,9 +52,13 @@ docker run --rm --init \
52
--publish 8080:8080 --pull always \
53
--volume ~/.bytebase/data:/var/opt/bytebase \
54
bytebase/bytebase:latest \
55
- --enable-json-logging
+ --port 8080 --data /var/opt/bytebase --enable-json-logging
56
```
57
58
+<Note>
59
+While using the `--enable-json-logging` flag, you need to specify the port and data directory.
60
+</Note>
61
+
62
### Example output
63
64
**Default format (key-value pairs):**
0 commit comments