Top "Error-logging" questions

The process of recording errors in log file for diagnostic and Q&A purposes.

How do I configure the Airbrake gem to log all Rails exceptions in both development and production environments?

I have found it difficult to send exceptions of my Rails 3 app via the Airbrake gem. At first I thought …

ruby-on-rails exception error-logging hoptoad
Tensorflow logging messages do not appear

I use tensorflow 1.2.0 installed with pip install. When I run samples that include import logging tf.logging.set_verbosity(tf.…

python logging tensorflow error-logging
Yii2: How to log exceptions?

What should happen if I log an exception? Example: Yii::error(new Exception('test')); Currently with my basic application template …

exception logging exception-handling yii2 error-logging
How to handle logging of HttpClient requests?

I'm using Angular and rxjs 5.x.x . For each http request I must log the response in a centralized place …

angular logging rxjs error-logging angular-httpclient
Apache / PHP error_log location in Docker?

My PHP script has an error, for example, this shows in the screen: Warning: require(/var/www/foo.php): failed …

php apache docker logging error-logging
In CodeIgniter, How Can I Have PHP Error Messages Emailed to Me?

I'd like to receive error logs via email. For example, if a Warning-level error message should occur, I'd like to …

php email codeigniter error-logging
PHP Error Logs in Heroku

I have a PHP app deployed on Heroku, but I can't seem to locate the apache error log. Using the …

php heroku error-logging