I am having difficulty locating my traces in BGArequest&SQL_logs
In my game.php I have
foreach ($this->main_chambers as $x => $x_value )
{
$draw_pile[] = array('type' => $x, 'type_arg' => 1, 'nbr'=>2);
}
self::debug("ahh");
self::dump( ' draw deck' , $draw_pile );
When I run the game and check the BGArequest&SQL_logs, I cannot never see my traces.
Any suggestions where I could find them?
Thanks for any help!
In my game.php I have
foreach ($this->main_chambers as $x => $x_value )
{
$draw_pile[] = array('type' => $x, 'type_arg' => 1, 'nbr'=>2);
}
self::debug("ahh");
self::dump( ' draw deck' , $draw_pile );
When I run the game and check the BGArequest&SQL_logs, I cannot never see my traces.
Any suggestions where I could find them?
Thanks for any help!