Marc can answer better about the katcp server. But if you're using the Python katcp client, you can easily log all commands issued to the ROACH by setting the logging level appropriately (to logging.INFO or logging.DEBUG). The default corr log handler just captures to a circular buffer in RAM, but you could just as easily log to file by using logging.FileHandler instead.
Jason On 19 Jul 2012, at 07:20, [email protected] wrote: > Does anyone know if a ROACH keeps a log of KATCP commands recieved? If > not, are there any ideas on how to implement one? > > Searching through our ROACH's filesystem, I realize I don't know how to > find anything KATCP related. Is the KATCP server built into the kernel? > > Thanks, > > Alex Zahn > >

