- Mastering Apache Storm
- Ankit Jain
- 160字
- 2021-07-02 20:32:31
Updating the log level from the Storm UI
Go through the following steps to update the log level from the Storm UI:
- Deploy SampleStormClusterTopology again on the Storm cluster if it is not running.
- Browse the Storm UI at http://nimbus-node:8080/.
- Click on the storm_example topology.
- Now click on the Change Log Level button to change the ROOT logger of the topology, as shown in the following are the screenshots:

- Configure the entries mentioned in the following screenshots change the ROOT logger to ERROR:

- If you are planning to change the logging level to DEBUG, then you must specify the timeout (expiry time) for that log level, as shown in the following screenshots:

- Once the time mentioned in the expiry time is reached, the log level will go back to the default value:

- Clear button mentioned in the Action column will clear the log setting, and the application will set the default log setting again.
推薦閱讀
- 零基礎(chǔ)搭建量化投資系統(tǒng):以Python為工具
- Visual Basic編程:從基礎(chǔ)到實(shí)踐(第2版)
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- 神經(jīng)網(wǎng)絡(luò)編程實(shí)戰(zhàn):Java語言實(shí)現(xiàn)(原書第2版)
- 數(shù)據(jù)結(jié)構(gòu)簡明教程(第2版)微課版
- Servlet/JSP深入詳解
- 人臉識(shí)別原理及算法:動(dòng)態(tài)人臉識(shí)別系統(tǒng)研究
- Unity 5.x By Example
- Python機(jī)器學(xué)習(xí)基礎(chǔ)教程
- Visual Basic程序設(shè)計(jì)實(shí)踐教程
- C++語言程序設(shè)計(jì)
- JQuery風(fēng)暴:完美用戶體驗(yàn)
- Python編程入門(第3版)
- C語言程序設(shè)計(jì)教程
- Koa與Node.js開發(fā)實(shí)戰(zhàn)