fbctf icon indicating copy to clipboard operation
fbctf copied to clipboard

Background script logging + fix autorun launching scripts

Open JasonTarka opened this issue 6 years ago • 1 comments

  • Create a logging directory at /var/log/fbctf
  • Redirect STDOUT and STDERR to an appropriate log file
  • When the log function is called in a web request, write to a generic web log file
  • Log when the game starts & ends
  • Log when the scripts are starting
  • Use correct script paths when launching via autorun
    • Found out that this was why the scripts weren't running as a result of adding the logging

JasonTarka avatar Mar 22 '18 19:03 JasonTarka

so this fixed the base.php execution problem entirely and is this applied (commited) to repository?

legendarynacar avatar Apr 20 '18 08:04 legendarynacar