The alerts configuration options.
A log directory path. This specifies the path to the directory which
logs will be saved to if storage options contains "filesystem"
.
A log levels specification. This specifies each log level that the
application can use and the score of each one.
When processing and printing logs, levels with higher score will consist
lower score levels.
E.g. printing logs at level "debug"
will automatically include logs at
level "warn"
and "error"
.
The log max file size limit. This specifies the max size in which logging
will write to a new file when this limit is reached.
Note that this value is in bytes. That means a max file size of 50kB
will have value 50000
.
The reports configuration options.
A storage option field. This specifies logging transport options that are enabled and to be applied.
Generated using TypeDoc
COMMON
MonitoringConfig
The dApp monitoring configuration object. This configuration object is used to determine dApp monitoring information.
This interface is mainly used internally to restrict the configuration values provided to some modules or services and methods.
MonitoringConfig
v0.3.2