Logs monitoring in ONEWEB follows multiple levels. In microservice of ONEWEB, it uses ELK for centralized logging.
ONEWEB has the write log pattern section stored in property file.
ONEWEB 4.0 provide logging feature using log4j library. It is very simple to configure log level in the property file log4j.properties and then go to ONEWEB 4.0 constants to configure the path for the output log file. Example file log4j.properties
ONEWEB uses tools that helps in reading the log and storing data only for the part of the item that needs to be stored.
We send log data to be stored at the central repository.
Then it can be visualized for analysis as shown in Figure below.