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

Feat/config log location for engines #1356

Merged
merged 10 commits into from
Sep 30, 2024

Conversation

nguyenhoangthuan99
Copy link
Contributor

Fix #1062

Add configuration log path for engines. The configuration will be placed in .cortexrc

logFolderPath: /home/thuan/cortexcpp
logLlamaCppPath: ./logs/cortex.log
logTensorrtLLMPath: ./logs/cortex.log
logOnnxPath: ./logs/cortex.log
dataFolderPath: /home/thuan/cortexcpp
maxLogLines: 100000
apiServerHost: 127.0.0.1
apiServerPort: 3928
checkedForUpdateAt: 1727660326
latestRelease: v0.5.0(base)

@nguyenhoangthuan99 nguyenhoangthuan99 marked this pull request as ready for review September 30, 2024 06:11
@nguyenhoangthuan99 nguyenhoangthuan99 merged commit 4bc1aa7 into dev Sep 30, 2024
4 checks passed
@nguyenhoangthuan99 nguyenhoangthuan99 deleted the feat/config-log-location-for-engines branch September 30, 2024 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Configurable Log path for main program and dependencies
2 participants