mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Import mdule for managing sys daemon logs in BIG-IP (#47783)
This module allows one to manage the daemon log settings in tmm on BIG-IP
This commit is contained in:
14
test/units/modules/network/f5/fixtures/load_tmm_log.json
Normal file
14
test/units/modules/network/f5/fixtures/load_tmm_log.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"kind": "tm:sys:daemon-log-settings:tmm:tmmstate",
|
||||
"selfLink": "https://localhost/mgmt/tm/sys/daemon-log-settings/tmm?ver=12.1.3.6",
|
||||
"arpLogLevel": "warning",
|
||||
"httpCompressionLogLevel": "error",
|
||||
"httpLogLevel": "error",
|
||||
"ipLogLevel": "warning",
|
||||
"iruleLogLevel": "informational",
|
||||
"layer4LogLevel": "notice",
|
||||
"netLogLevel": "warning",
|
||||
"osLogLevel": "notice",
|
||||
"pvaLogLevel": "informational",
|
||||
"sslLogLevel": "warning"
|
||||
}
|
||||
Reference in New Issue
Block a user