Added stream name to logs over websocket API
This commit is contained in:
parent
b2c9cc2c1b
commit
9671e385ce
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ void Controller::handleWebSocket(HTTP::Parser & H, Socket::Connection & C){
|
|||
tmp[1u].append(rlxLog.getInt("time", logPos));
|
||||
tmp[1u].append(rlxLog.getPointer("kind", logPos));
|
||||
tmp[1u].append(rlxLog.getPointer("msg", logPos));
|
||||
tmp[1u].append(rlxLog.getPointer("strm", logPos));
|
||||
W.sendFrame(tmp.toString());
|
||||
logPos++;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue