Hjelp til å forstå logger i ThingsPlex

LOG inne på flow er nyttig for å finne feil.

time	level	comp	ntype	nid	msg
2022-12-06 20:51:41.299	debug	flow			Next node id =
2022-12-06 20:51:41.299	debug	flow			------Flow Status VV completed, num of instances = 0 -----------
2022-12-06 20:52:36.91	debug	flow			------Flow Status VV started, num of instances = 1 -----------
2022-12-06 20:52:36.91	debug	flow			Next node id = 4
2022-12-06 20:52:36.916	debug	flow			Next node id = 8
2022-12-06 20:52:36.952	debug	flow			Next node id = 5
2022-12-06 20:52:36.989	debug	flow			Next node id = 9
2022-12-06 20:52:37.037	debug	flow			Next node id = 10
2022-12-06 20:52:37.056	debug	flow			Next node id =
2022-12-06 20:52:37.056	debug	flow			------Flow Status VV completed, num of instances = 0 -----------

Men når en går opp ett nivå og ber om lLOG på alle flows blir jeg litt forvirra …

t2022-12-06 20:55:24.004	debug				message filtered out
2022-12-06 20:55:24.01	debug	flow			Next node id = 93
2022-12-06 20:55:24.01	debug				executing Node, name = kW = W /1000
2022-12-06 20:55:24.01	debug				transform type = calc
2022-12-06 20:55:24.011	debug				<ctx> Getting records
2022-12-06 20:55:24.012	info				Can't get records from memory store, err: flow not found
2022-12-06 20:55:24.012	debug				flowID: 4b20ee00-5638-11ed-90a6-71cc296c8b9f
2022-12-06 20:55:24.013	debug				<ctx> Getting records
2022-12-06 20:55:24.047	info				Can't get records from memory store, err: flow not found
2022-12-06 20:55:24.052	debug	flow			Next node id = 68
2022-12-06 20:55:24.052	debug				executing Node, name = Filter
2022-12-06 20:55:24.053	debug				transform type = calc
2022-12-06 20:55:24.054	debug				<ctx> Getting records
2022-12-06 20:55:24.054	info				Can't get records from memory store, err: flow not found
2022-12-06 20:55:24.055	debug				flowID: 4b20ee00-5638-11ed-90a6-71cc296c8b9f
2022-12-06 20:55:24.055	debug				<ctx> Getting records
2022-12-06 20:55:24.086	info				Can't get records from memory store, err: flow not found
2022-12-06 20:55:24.091	debug	flow			Next node id = 70
2022-12-06 20:55:24.092	debug				executing Node, name = desimaler
2022-12-06 20:55:24.092	debug				transform type = calc
2022-12-06 20:55:24.093	debug				<ctx> Getting records
2022-12-06 20:55:24.094	info				Can't get records from memory store, err: flow not found
2022-12-06 20:55:24.094	debug				flowID: 4b20ee00-5638-11ed-90a6-71cc296c8b9f
2022-12-06 20:55:24.094	debug				<ctx> Getting records

For hver eneste transform kommer det :

2022-12-06 20:55:24.054	debug				<ctx> Getting records
2022-12-06 20:55:24.054	info				     Can't get records from memory store, err: flow not found
2022-12-06 20:55:24.055	debug				flowID: 4b20ee00-5638-11ed-90a6-71cc296c8b9f
2022-12-06 20:55:24.055	debug				<ctx> Getting records
2022-12-06 20:55:24.086	info				

Er jo ingen FATAL FEIL ; men hva skyldes Getting records ? Hva er flowen den leter etter hele tiden ? Eller … ER DET EN BUG !!!

@Rafal do you have any explanation on this? :smiley: