1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-09-16 16:52:23 +02:00
3 Debugging
FreeScout edited this page 2024-06-18 10:43:42 +03:00

If you need to debug some issue you can use the following function:

\Log::error('[Debugging] some variable value: '.$some_variable);

After that you can find the output in "Manage > Logs > App Logs" ("laravel...log"). Keep in mind that sometimes in order your debugging code to be executed you need to clear cache to refresh background jobs code.