Skip to content

Commit 84b5d9e

Browse files
authored
Fix: Add read_log log_name attr (#353)
* Update license in package-lock.json * Add log_name attr to read_log docs
1 parent 4339b35 commit 84b5d9e

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

docs/developers/operations-api/logs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_
1717
- `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`
1818
- `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`
1919
- `order` _(optional)_ - order to display logs desc or asc by timestamp. By default, will maintain `hdb.log` order
20+
- `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`
2021

2122
### Body
2223

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

versioned_docs/version-4.2/developers/operations-api/logs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_
1717
- `from` _(optional)_ - date to begin showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`
1818
- `until` _(optional)_ - date to end showing log results. Must be `YYYY-MM-DD` or `YYYY-MM-DD hh:mm:ss`
1919
- `order` _(optional)_ - order to display logs desc or asc by timestamp
20+
- `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`
2021

2122
### Body
2223

versioned_docs/version-4.3/developers/operations-api/logs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_
1717
- `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`
1818
- `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`
1919
- `order` _(optional)_ - order to display logs desc or asc by timestamp. By default, will maintain `hdb.log` order
20+
- `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`
2021

2122
### Body
2223

versioned_docs/version-4.4/developers/operations-api/logs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_
1717
- `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`
1818
- `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`
1919
- `order` _(optional)_ - order to display logs desc or asc by timestamp. By default, will maintain `hdb.log` order
20+
- `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`
2021

2122
### Body
2223

versioned_docs/version-4.5/developers/operations-api/logs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_
1717
- `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`
1818
- `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`
1919
- `order` _(optional)_ - order to display logs desc or asc by timestamp. By default, will maintain `hdb.log` order
20+
- `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`
2021

2122
### Body
2223

versioned_docs/version-4.6/developers/operations-api/logs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ _Operation is restricted to super_user roles only_
1717
- `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`
1818
- `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`
1919
- `order` _(optional)_ - order to display logs desc or asc by timestamp. By default, will maintain `hdb.log` order
20+
- `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`
2021

2122
### Body
2223

0 commit comments

Comments
 (0)