I am using iPython 0.12 and setting up my configuration file. Enabling logging from the start was not a problem, just setting
c.TerminalInteractiveShell.logstart = True in ~/.ipython/profile_default/ipython_config.py .
However, I would also like to have timestamps in my log file, just like %logstart -t .
Is there any way to set this in the configuration file?
source share