...
- Description: Full path to the log file.
- Syntax: A string representing the file path.
- Example: "'
/home/user/lmx-serv.log"'
format
:
- Description: Determines the level of detail in the log file.
- Valid values:
normal
(default)extended
(includes additional debugging information such as HostIDs and VM status)
...
Example syntax:
log:
path: "'/home/user/lmx-serv.log"'
format: normal
exclude:
- checkout
- checkin
- status
rotate_interval: month
...
Example syntax:
licenses:
path:
- "'/home/user/licenses/"'
- "'/tmp/lmx.lic"'
embedded:
- |
FEATURE F1
{
VENDOR=TEST-VENDOR COUNT=1 VERSION=5.0 END=2030-01-01 MAINTENANCE_END=2030-01-01 SHARE=VIRTUAL
PLATFORMS="Linux_x86 Linux_x64 Linux_arm64 Linux_arm32" "_x64" OPTIONS="TEST-VENDOR TYPE=NETWORKED"
KEY=AbCdEfGhIjKlMnOpQrStUvWxYz0123456789...
}
...