﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5286	Log flag options are reset at every run	dariomangoni@…	Adeel Asghar	"In experiment annotations, when I add a simulation flag (e.g. LOG_INIT) either manually or from Simulation>Simulation Setup>Simulation Flags>Logging, the string is correctly updated

{{{#!modelica
  __OpenModelica_simulationFlags(lv = ""LOG_STATS,LOG_INIT"", outputFormat = ""mat"", s = ""dassl"")
}}}

but when I run the simulation, the code is formatted and it rolls back to:

{{{#!modelica
  __OpenModelica_simulationFlags(lv = ""LOG_STATS"", outputFormat = ""mat"", s = ""dassl"")
}}}

(with no LOG_INIT)"	defect	closed	high		OMEdit	v1.13.0	worksforme	log flag options	
