Skip to content

Instantly share code, notes, and snippets.

@macna
Created April 18, 2015 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save macna/72395c04e963325277a7 to your computer and use it in GitHub Desktop.
Save macna/72395c04e963325277a7 to your computer and use it in GitHub Desktop.
A user.ini file for enabling PHP logging on a website hosted in Microsoft Azure Websites. Needs to be placed at the root of your application (D:\home\site\wwwroot\).
display_errors=On
log_errors=On
error_log = "D:\home\site\wwwroot\<your_dir>\php-errors.log"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment