I'm using iPython 0.12 and setting up my config file. Turning on logging from the get-go was no problem, just setting
c.TerminalInteractiveShell.logstart = True
in ~/.ipython/profile_default/ipython_config.py
.
However, I also would like to have timestamps in my logfile, the same way %logstart -t
would do.
Is there any way to set this in the config file?