-
Notifications
You must be signed in to change notification settings - Fork 21
How do you use it, what should it output? #38
Comments
Did you publish the configs and assets?
|
I did publish the configs, do I need to publish the assets also (there wasn't any mention about that)? |
Publishing assets did nothing. Log says just: [2013-11-23 16:43:54] log.INFO: Loop start [] [] |
I just realized that there is debug bar added to responses. There was no mention about that in the docs! We would primarily need to be able to log debug data when calling Profiler::startTimer() and Profiler::endTimer() as we are developing an API and using different tech for the front-end... How to achieve that, could you add this feature as an optional way? |
Oh sorry, my mistake - I misunderstood your issue. Yes, this Profiler is a Laravel 4 of Laravel 3's Anbu profiler which added a bar at the bottom. As of v1, there is no way to log the start and end timers. I started working on a second version of Profiler a while back that was much more flexible, but I haven't finished it yet. Logging timers sounds like a great feature though. I suppose for now you could call |
Just installed on Laravel 4 and added service provider and facade to app config.
With...
...I get only the usual log entries. No timer benchmark data?
The text was updated successfully, but these errors were encountered: