Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ For showback the CPU and memory cost are counted if the resource is reserved on
- `%G` – group name
- `%a` – auth token
- `%%` – %
- `LOG_RESULT_LENGTH`: Max length of the API result log length, default is 20.

```default
#*******************************************************************************
Expand All @@ -219,6 +220,7 @@ For showback the CPU and memory cost are counted if the resource is reserved on
#RPC_LOG = NO
#MESSAGE_SIZE = 1073741824
#LOG_CALL_FORMAT = "Req:%i UID:%u %m invoked %l"
#LOG_RESULT_LENGTH = 20
```

## Virtual Networks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ The OpenNebula team is excited to announce the availability of the **OpenNebula


## OpenNebula Core
* Add option [`LOG_RESULT_LENGTH` to `oned.conf`](../../../product/operation_references/opennebula_services_configuration/oned#xml-rpc-server-configuration) to configure max length of API result log.

## Storage & Backups

Expand Down
Loading