TWSD-973 - Cloud Azure: Duplicate logs are seen in the log buffer in webUI
Review Request #1008 — Created Aug. 11, 2025 and submitted
| Information | |
|---|---|
| shuinvy | |
| APV10 | |
| rel_apv_10_7 | |
| TWSD-973 | |
| Reviewers | |
| jasonchang, kevin.poh, timlai, weikai | |
Prevent log instance be created many times.
- Write a file called "webui_logger_singleton.py" to use Singleton
- Use shared singleton instead of new instance everytime.
- Because the method is same in AWS, I also fixed logger of AWS.
- Remove some useless code
- Prevent instance be created every time in WebUILogger.py (Both in aws and azure)
