• Quick Start
  • Booting
  • Platform
  • Portals
  • References
    • API Reference TOI3
    • IIP Reference
  • Resources
ARRIS Enterprises, Inc. Confidential Information

kreatv-tool-logging_bcm15

This IIP supports sending log to a client.

Parameters

Name Repeat Description Type Default Example
allowed_ip Multiple IP address of a machine that is allowed to connect to the log server. If no allowed clients are specified, any IP may connect. String allowed_ip=192.168.1.234
allowedip Multiple -

NOTE: This parameter is deprecated. Use 'allowed_ip' instead.

String
buffer_size Once Size of log buffer (4 KiB - 1024 KiB).

Valid range is {4096, ..., 1048576}.

Integer 50000 buffer_size=100000
clientlog_enabled Once Allow log to be sent to clients running in other machines. Boolean true clientlog_enabled=false
level Once Which log levels to output. The log levels below is in descending order, which means logs with level equal to or below the set level will be outputted. A simple example is if log level is set as warning, then logs of warning, error and fatal level will be outputted.

Possible values are:

  • all
    Output everything.
  • debug
    Particular passages of general interest in the code.
  • note
    Important state changes.
  • warning
    Extraordinary or unexpected, but manageable, behavior.
  • error
    Failures that the process can handle.
  • fatal
    Severe events that prevent continued execution.
  • none
    No log is outputted.
Enum all level=note
port Once Specifies the port to which the client should connect.

Valid range is {1, ..., 65535}.

Integer 19999 port=11111
socket_buffer_size Once Size of socket send buffer in KiB.

Valid range is {8, ..., 1024}.

Integer 32 socket_buffer_size=64

Details

Version5.1.1.p8
Content version-
Branchkreatv.5.1.1.p8
Date20180221
Time145116
Architecturebcm15
Rootdisk dependencieskreatv-platform
Finalize dependencies-
Installation scriptsbuildtime, kit
Dependency onlyno
Explicitno
Allow any parametersno

5.1.1.p8

Copyright (c) 2018 ARRIS Enterprises, LLC. All Rights Reserved. ARRIS Enterprises, LLC. Confidential Information.