-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
4 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
docs/asciidoc/modules/ROOT/partials/usage/config/apoc.log.debug.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
The procedure support the following properties in the APOC configuration file (`apoc.conf`): | ||
This procedure supports the following properties in the APOC configuration file (`apoc.conf`): | ||
|
||
.Config parameters | ||
[opts=header, cols="1,1,1,3"] | ||
|=== | ||
| name | type | default | description | ||
| apoc.user.log.type | String | `safe` a| Type of logging. | ||
|
||
* `node`: disable the procedures | ||
* `safe`: replace all `.` and whitespace (space and tab) with underscore and lowercase all characters | ||
* `raw`: left the messages as-is | ||
* `none`: disable logging | ||
* `safe`: replace all period `.` and whitespace characters (space and tab) with an underscore. Set all characters to lowercase. | ||
* `raw`: leave messages as-is | ||
| apoc.user.log.window.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messags will be skipped. | ||
| apoc.user.log.window.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messages will be skipped. | ||
| apoc.user.log.window.time | Long | 10000 | Length (in milliseconds) of the time-window. | ||
|=== |
10 changes: 5 additions & 5 deletions
10
docs/asciidoc/modules/ROOT/partials/usage/config/apoc.log.error.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
The procedure support the following properties in the APOC configuration file (`apoc.conf`): | ||
This procedure supports the following properties in the APOC configuration file (`apoc.conf`): | ||
|
||
.Config parameters | ||
[opts=header, cols="1,1,1,3"] | ||
|=== | ||
| name | type | default | description | ||
| apoc.user.log.type | String | `safe` a| Type of logging. | ||
|
||
* `node`: disable the procedures | ||
* `safe`: replace all `.` and whitespace (space and tab) with underscore and lowercase all characters | ||
* `raw`: left the messages as-is | ||
* `none`: disable logging | ||
* `safe`: replace all period `.` and whitespace characters (space and tab) with an underscore. Set all characters to lowercase. | ||
* `raw`: leave messages as-is | ||
| apoc.user.log.window.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messags will be skipped. | ||
| apoc.user.log.window.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messages will be skipped. | ||
| apoc.user.log.window.time | Long | 10000 | Length (in milliseconds) of the time-window. | ||
|=== |
10 changes: 5 additions & 5 deletions
10
docs/asciidoc/modules/ROOT/partials/usage/config/apoc.log.info.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
The procedure support the following properties in the APOC configuration file (`apoc.conf`): | ||
This procedure supports the following properties in the APOC configuration file (`apoc.conf`): | ||
|
||
.Config parameters | ||
[opts=header, cols="1,1,1,3"] | ||
|=== | ||
| name | type | default | description | ||
| apoc.user.log.type | String | `safe` a| Type of logging. | ||
|
||
* `node`: disable the procedures | ||
* `safe`: replace all `.` and whitespace (space and tab) with underscore and lowercase all characters | ||
* `raw`: left the messages as-is | ||
* `none`: disable logging | ||
* `safe`: replace all period `.` and whitespace characters (space and tab) with an underscore. Set all characters to lowercase. | ||
* `raw`: leave messages as-is | ||
| apoc.user.log.window.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messags will be skipped. | ||
| apoc.user.log.window.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messages will be skipped. | ||
| apoc.user.log.window.time | Long | 10000 | Length (in milliseconds) of the time-window. | ||
|=== |
10 changes: 5 additions & 5 deletions
10
docs/asciidoc/modules/ROOT/partials/usage/config/apoc.log.warn.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
The procedure support the following properties in the APOC configuration file (`apoc.conf`): | ||
This procedure supports the following properties in the APOC configuration file (`apoc.conf`): | ||
|
||
.Config parameters | ||
[opts=header, cols="1,1,1,3"] | ||
|=== | ||
| name | type | default | description | ||
| apoc.user.log.type | String | `safe` a| Type of logging. | ||
|
||
* `node`: disable the procedures | ||
* `safe`: replace all `.` and whitespace (space and tab) with underscore and lowercase all characters | ||
* `raw`: left the messages as-is | ||
* `none`: disable logging | ||
* `safe`: replace all period `.` and whitespace characters (space and tab) with an underscore. Set all characters to lowercase. | ||
* `raw`: leave messages as-is | ||
| apoc.user.log.window.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messags will be skipped. | ||
| apoc.user.log.window.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messages will be skipped. | ||
| apoc.user.log.window.time | Long | 10000 | Length (in milliseconds) of the time-window. | ||
|=== |