Skip to main content
Topic: ERROR LOG  (Read 709 times) previous topic - next topic

ERROR LOG

Hi, is there a way to activate Error.log for a project ?
I want to DEBUG my code and to receive Errors in a LOG in case something goes wrong, to figure out where is the error coming from! By default I see no errors in logs, even if I produce on purpose errors.
Thanks in advance for any help,
Catalin.

Re: ERROR LOG

Reply #1
@Catalin‍ setting production to true produces an error.log in the root of your project, whenever an error is encountered and if production is set to false, the error page is displayed on the web page.