fix: fix docker file images proxy (#2071)

* fix: fix docker file images proxy

* fix: fix docker file images proxy

* docs: optimize openim go code and logging docs
This commit is contained in:
Xinwei Xiong
2024-03-11 15:54:33 +08:00
committed by GitHub
parent 5454c512e0
commit cd7f35452e
4 changed files with 662 additions and 32 deletions
+2
View File
@@ -2,6 +2,8 @@
**PATH:** `scripts/lib/logging.sh`
### Introduction
OpenIM, an intricate project, requires a robust logging mechanism to diagnose issues, maintain system health, and provide insights. A custom-built logging system embedded within OpenIM ensures consistent and structured logs. Let's delve into the design of this logging system and understand its various functions and their usage scenarios.