sleyzerzon / soar

Automatically exported from code.google.com/p/soar
1 stars 0 forks source link

clog command only works for one agent #69

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Create a kernel
2. Create multiple agents
3. Open a log (clog) with each

Expected: each agent logging to a separate file
Observed: one log per kernel -- second log doesn't open (log already opened)

I'm pretty sure there's one log pointer in the CLI which is kernel-level and 
not agent-level, and I 
think it is only logging one agent's output. Should be a pretty easy fix, 
moving logger state up to 
the agent sml class.

Original issue reported on code.google.com by voigtjr@gmail.com on 27 Apr 2010 at 3:23

GoogleCodeExporter commented 8 years ago
One log per kernel gets opened and I have verified that all agents are logged 
to that file.

Original comment by voigtjr@gmail.com on 15 Jun 2010 at 4:26