- 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.
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- Beginning C++ Game Programming
- Java應用開發與實踐
- MySQL 8 DBA基礎教程
- MySQL數據庫管理與開發實踐教程 (清華電腦學堂)
- Learning Network Forensics
- HTML5入門經典
- C#程序設計
- 軟件品質之完美管理:實戰經典
- FPGA Verilog開發實戰指南:基于Intel Cyclone IV(進階篇)
- 利用Python進行數據分析
- The Professional ScrumMaster’s Handbook
- 一本書講透Java線程:原理與實踐
- CodeIgniter Web Application Blueprints
- Exploring SE for Android