Page 1 of 1

PHP logs not appearing

Posted: 25 March 2020, 06:14
by QuasarDuke
I have both self::trace and self::dump sprinkled throughout my code. I clicked on the "BGA Unexpected Exceptions Logs" button, but it's empty. I know I've passed the point where the trace/dump logs would be called, because I see a state description in my game which matches a game state past the initial state. Any idea why these logs wouldn't be showing up?

Re: PHP logs not appearing

Posted: 25 March 2020, 09:25
by tchobello
Hello,
I hink it's because they appear on BGA request&SQL logs, the button left to BGA unexpected exceptions logs .

Re: PHP logs not appearing

Posted: 26 March 2020, 02:56
by QuasarDuke
I've looked there too, and none of the trace or dump log lines appear there either. I do get TONS of SQL logs though.