Hello guys.

I need to put some debugging info in my log file. In config.php i have following log settings:
************************************************** ************************************************
'log_dir' => '.',
'log_file' => 'sugarcrm.log',
************************************************** ************************************************

When I put statement like: $GLOBALS['log']->info("Case detail view");
I don't see it reflected in the log. In fact I don't have anything printed into log.

What is going on?

thanks,
Yuri.