Made a fix in runner concerning profiling of the Portal.
This commit is contained in:
parent
9660dd6656
commit
c513486b5a
1 changed files with 1 additions and 1 deletions
|
|
@ -283,7 +283,7 @@ def main():
|
||||||
set_restart_mode(PORTAL_RESTART, False)
|
set_restart_mode(PORTAL_RESTART, False)
|
||||||
print "\nStarting Evennia Portal in Daemon mode (output to portal logfile)."
|
print "\nStarting Evennia Portal in Daemon mode (output to portal logfile)."
|
||||||
if options.pprof:
|
if options.pprof:
|
||||||
server_argv.extend(pprof_argv)
|
portal_argv.extend(pprof_argv)
|
||||||
print "\nRunning Evennia Portal under cProfile."
|
print "\nRunning Evennia Portal under cProfile."
|
||||||
|
|
||||||
cycle_logfile(PORTAL_LOGFILE)
|
cycle_logfile(PORTAL_LOGFILE)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue