Skip to content

Commit 775089a

Browse files
committed
add debug statement
1 parent 255679d commit 775089a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/de/kherud/llama/LlamaModelTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ public void testLogStdout() {
213213

214214
System.out.println("########## Log Text ##########");
215215
LlamaModel.setLogger(LogFormat.TEXT, null);
216+
System.out.println("DEBUG: Logger set");
216217
model.complete(params);
217218

218219
System.out.println("########## Log JSON ##########");

0 commit comments

Comments
 (0)