diff --git a/docs/developers/operations-api/logs.md b/docs/developers/operations-api/logs.md index 4bf6b518..05e4350c 100644 --- a/docs/developers/operations-api/logs.md +++ b/docs/developers/operations-api/logs.md @@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_ - `from` _(optional)_ - date to begin showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`. Default is first log in `hdb.log` - `until` _(optional)_ - date to end showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`. Default is last log in `hdb.log` - `order` _(optional)_ - order to display logs desc or asc by timestamp. By default, will maintain `hdb.log` order +- `log_name` _(optional)_ - filename of log to read. Options are `hdb.log`, `install.log`, `clustering_hub.log`, or `clustering_leaf.log`. Default is `hdb.log` ### Body diff --git a/package-lock.json b/package-lock.json index 1e0effb9..c20d5b05 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,7 @@ "": { "name": "@harperdb/documentation", "version": "0.0.0", + "license": "Apache-2.0", "dependencies": { "@docusaurus/core": "3.9.1", "@docusaurus/plugin-client-redirects": "3.9.1", diff --git a/versioned_docs/version-4.2/developers/operations-api/logs.md b/versioned_docs/version-4.2/developers/operations-api/logs.md index aaf0c893..82c38f6f 100644 --- a/versioned_docs/version-4.2/developers/operations-api/logs.md +++ b/versioned_docs/version-4.2/developers/operations-api/logs.md @@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_ - `from` _(optional)_ - date to begin showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss` - `until` _(optional)_ - date to end showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss` - `order` _(optional)_ - order to display logs desc or asc by timestamp +- `log_name` _(optional)_ - filename of log to read. Options are `hdb.log`, `install.log`, `clustering_hub.log`, or `clustering_leaf.log`. Default is `hdb.log` ### Body diff --git a/versioned_docs/version-4.3/developers/operations-api/logs.md b/versioned_docs/version-4.3/developers/operations-api/logs.md index 56142466..2c476e65 100644 --- a/versioned_docs/version-4.3/developers/operations-api/logs.md +++ b/versioned_docs/version-4.3/developers/operations-api/logs.md @@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_ - `from` _(optional)_ - date to begin showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`. Default is first log in `hdb.log` - `until` _(optional)_ - date to end showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`. Default is last log in `hdb.log` - `order` _(optional)_ - order to display logs desc or asc by timestamp. By default, will maintain `hdb.log` order +- `log_name` _(optional)_ - filename of log to read. Options are `hdb.log`, `install.log`, `clustering_hub.log`, or `clustering_leaf.log`. Default is `hdb.log` ### Body diff --git a/versioned_docs/version-4.4/developers/operations-api/logs.md b/versioned_docs/version-4.4/developers/operations-api/logs.md index 52e52740..a85b3ce3 100644 --- a/versioned_docs/version-4.4/developers/operations-api/logs.md +++ b/versioned_docs/version-4.4/developers/operations-api/logs.md @@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_ - `from` _(optional)_ - date to begin showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`. Default is first log in `hdb.log` - `until` _(optional)_ - date to end showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`. Default is last log in `hdb.log` - `order` _(optional)_ - order to display logs desc or asc by timestamp. By default, will maintain `hdb.log` order +- `log_name` _(optional)_ - filename of log to read. Options are `hdb.log`, `install.log`, `clustering_hub.log`, or `clustering_leaf.log`. Default is `hdb.log` ### Body diff --git a/versioned_docs/version-4.5/developers/operations-api/logs.md b/versioned_docs/version-4.5/developers/operations-api/logs.md index 52e52740..a85b3ce3 100644 --- a/versioned_docs/version-4.5/developers/operations-api/logs.md +++ b/versioned_docs/version-4.5/developers/operations-api/logs.md @@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_ - `from` _(optional)_ - date to begin showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`. Default is first log in `hdb.log` - `until` _(optional)_ - date to end showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`. Default is last log in `hdb.log` - `order` _(optional)_ - order to display logs desc or asc by timestamp. By default, will maintain `hdb.log` order +- `log_name` _(optional)_ - filename of log to read. Options are `hdb.log`, `install.log`, `clustering_hub.log`, or `clustering_leaf.log`. Default is `hdb.log` ### Body diff --git a/versioned_docs/version-4.6/developers/operations-api/logs.md b/versioned_docs/version-4.6/developers/operations-api/logs.md index 52e52740..a85b3ce3 100644 --- a/versioned_docs/version-4.6/developers/operations-api/logs.md +++ b/versioned_docs/version-4.6/developers/operations-api/logs.md @@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_ - `from` _(optional)_ - date to begin showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`. Default is first log in `hdb.log` - `until` _(optional)_ - date to end showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`. Default is last log in `hdb.log` - `order` _(optional)_ - order to display logs desc or asc by timestamp. By default, will maintain `hdb.log` order +- `log_name` _(optional)_ - filename of log to read. Options are `hdb.log`, `install.log`, `clustering_hub.log`, or `clustering_leaf.log`. Default is `hdb.log` ### Body