How can I get log messages from the LAMP server on Ubuntu 10.04? Should I install some good program on Ubuntu for that purpose?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Using
To enable the logging, you must do that in the |
||||
|
|
|
If you have to watch multiple files I'd suggest multitail. It lets you divide the screen and watch multiple files:
|
||||
|
|
|
By default, the display of error messages is disabled in Lamp with Ubuntu 10.04 (I think it was enabled before...). You can read it with the following command :
or
I don't know how to re-enable the display of error messages, but it was really useful. |
|||

