Logs Command
Examples of CLI with logs command
Examples
$ konduit logs inf_server "labelName" : "label",
"indexName" : "index",
"probName" : "prob",
"labels" : [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ],
"allProbabilities" : false
} ]
}
}
17:18:15.938 [vert.x-eventloop-thread-0] INFO a.k.s.v.p.h.v.InferenceVerticleHttp - Inference HTTP server is listening on host: 'localhost'
17:18:15.938 [vert.x-eventloop-thread-0] INFO a.k.s.v.p.h.v.InferenceVerticleHttp - Inference HTTP server started on port 42849 with 4 pipeline steps$ konduit logs inf_server --follow$ konduit logs inf_server --lines 50Last updated
Was this helpful?