-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor MochiVideoAPI initialization and update logging
- Simplified the initialization of MochiSettings in the MochiVideoAPI class by removing specific parameters, allowing for default settings. - Enhanced logging in combined_api.log to include multiple server start entries, improving traceability of server activity. These changes aim to streamline the API initialization process and improve logging clarity for better monitoring of the video generation server.
- Loading branch information
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
2024-12-23 14:03:00.055 | INFO | __main__:main:220 - Starting Combined Video Generation Server | ||
2024-12-23 14:58:34.285 | INFO | __main__:main:278 - Starting combined video generation server on port 8000 | ||
2024-12-23 15:06:16.741 | INFO | __main__:main:278 - Starting combined video generation server on port 8000 | ||
2024-12-23 15:07:54.567 | INFO | __main__:main:278 - Starting combined video generation server on port 8000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters