Created
April 18, 2015 21:23
-
-
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\).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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