I have lots of log entries like this... Is this log message caused because I am doing something not right or is this by default?
Info - 2012-07-09 11:39:08 --> Fuel\Core\Request::__construct - Creating a new Request with URI = ""
Info - 2012-07-09 11:39:08 --> Fuel\Core\Request::execute - Called
Info - 2012-07-09 11:39:08 --> Fuel\Core\Request::execute - Setting main Request
Thanks,
Jume
These are informational messages generated by the framework.
You can set the log threshold to for example L_WARNING in your app/config/config.php to see only errors and warnings in the log, and no debug or info messages.