Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 531a713

Browse files
authored
Merge pull request #241 from janhq/hotfix-logging-issues
logging issue hotfix
2 parents 4ea34f2 + 4f5f11e commit 531a713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/llamaCPP.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,7 @@ class llamaCPP : public drogon::HttpController<llamaCPP> {
21162116
public:
21172117
llamaCPP() {
21182118
// Some default values for now below
2119-
// log_disable(); // Disable the log to file feature, reduce bloat for
2119+
log_disable(); // Disable the log to file feature, reduce bloat for
21202120
// target
21212121
// system ()
21222122
std::vector<std::string> llama_models =

0 commit comments

Comments
 (0)