Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardizing Log Path: Migrating chat Service Startup Logs to _output/logs #397

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

cubxxw
Copy link
Contributor

@cubxxw cubxxw commented Jan 25, 2024

This PR focuses on enhancing our log management system, particularly by adjusting the startup log path for the chat service. Previously, the startup logs for the chat service were located in the logs/ directory. This setup caused inconsistencies in path management and inconveniences in maintenance. To address this issue, we have decided to migrate the chat startup log path to _output/logs.

This change aligns the chat service's log path with that of our openim-server, unifying our project's log management approach. It also makes log storage and access more intuitive and efficient. This update is aimed at simplifying our log maintenance efforts and providing a more convenient path for future log analysis.

Link: #398

Key changes include:

  1. Modifying the log path configuration for the chat service from logs/ to _output/logs.
  2. Ensuring all related documentation and configuration files reflect this path change.
  3. Conducting necessary testing to ensure the effectiveness and stability of the new log path.

@cubxxw cubxxw requested review from a team as code owners January 25, 2024 08:31
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jan 25, 2024
@cubxxw cubxxw added this to the v1.5 milestone Jan 25, 2024
@kubbot kubbot added this pull request to the merge queue Jan 25, 2024
Merged via the queue into main with commit c2cce8f Jan 25, 2024
11 checks passed
@kubbot kubbot deleted the feat/optimize-scripts-loh branch January 25, 2024 09:28
@openimsdk openimsdk locked and limited conversation to collaborators Jan 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Other]: Standardizing Log Path: Migrating chat Service Startup Logs to _output/logs
4 participants