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

Commit 3537b58

Browse files
committed
disable logigng
1 parent 6d0015d commit 3537b58

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
@@ -1834,7 +1834,7 @@ class llamaCPP : public drogon::HttpController<llamaCPP> {
18341834
public:
18351835
llamaCPP() {
18361836
// Some default values for now below
1837-
log_disable(); // Disable the log to file feature, reduce bloat for
1837+
//log_disable(); // Disable the log to file feature, reduce bloat for
18381838
// target
18391839
// system ()
18401840
std::vector<std::string> llama_models =

0 commit comments

Comments
 (0)