check emulation light, fix one line of backend code
This commit is contained in:
parent
afd2514728
commit
2344e026ff
5 changed files with 82 additions and 9 deletions
|
@ -620,7 +620,7 @@ class CoreGrpcServer(core_pb2_grpc.CoreApiServicer):
|
|||
return core_pb2.ExceptionEvent(
|
||||
node_id=event.node,
|
||||
session_id=int(event.session),
|
||||
level=event.level.value,
|
||||
level=event.level,
|
||||
source=event.source,
|
||||
date=event.date,
|
||||
text=event.text,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue