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:
Tim Rupp
2018-10-29 15:16:51 -07:00
committed by GitHub
parent 9d351f2ee7
commit d69b8e4bfd
3 changed files with 648 additions and 0 deletions

View 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"
}