TWSD-973 - Cloud Azure: Duplicate logs are seen in the log buffer in webUI

Review Request #1008 — Created Aug. 11, 2025 and submitted — Latest diff uploaded

shuinvy
APV10
rel_apv_10_7
TWSD-973
jasonchang, kevin.poh, timlai, weikai

Prevent log instance be created many times.

  1. Write a file called "webui_logger_singleton.py" to use Singleton
  2. Use shared singleton instead of new instance everytime.
  3. Because the method is same in AWS, I also fixed logger of AWS.
  4. Remove some useless code
  5. Prevent instance be created every time in WebUILogger.py (Both in aws and azure)
    Loading...