Title: Logging Missing
Last modified: December 13, 2023

---

# Logging Missing

 *  Resolved [jwelliott28](https://wordpress.org/support/users/jwelliott28/)
 * (@jwelliott28)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/logging-missing/)
 * We are using wp-mail-logging for a site of ours and overall it works well. However,
   we had two instances where someone submitted a form and the email was delivered
   successfully but was not logged. They were a week apart (11/21/2023 and 11/28/
   2023) but from the same domain. Not only were they not logged in wp-mail-logging,
   but they were not in /var/log/maillog either. Where are wp-mail-logging logs 
   actually stored on a Linux server? I’m hoping to find them and see if there’s
   any more information I can get from them, but they are not viewable in wp-admin.
    - Server OS: CentOS 7.9
    - wp-mail-logging: 1.12.0
 * Please let me know if you need any additional information.

Viewing 1 replies (of 1 total)

 *  Plugin Author [Michael](https://wordpress.org/support/users/donmhico/)
 * (@donmhico)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/logging-missing/#post-17286546)
 * Hello,
   Our plugin does not save the logs in a physical location such as `/var/
   log/maillog` but instead we capture the email logs in [wp_mail](https://developer.wordpress.org/reference/hooks/wp_mail/)
   filter then save it in `$wpdb->prefix . 'wpml_mails'` DB table.It can help if
   you can provide us more information of the email that wasn’t logged.

Viewing 1 replies (of 1 total)

The topic ‘Logging Missing’ is closed to new replies.

 * ![](https://ps.w.org/wp-mail-logging/assets/icon-256x256.jpg?rev=2562296)
 * [WP Mail Logging](https://wordpress.org/plugins/wp-mail-logging/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-mail-logging/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-mail-logging/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-mail-logging/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-mail-logging/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-mail-logging/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/donmhico/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/logging-missing/#post-17286546)
 * Status: resolved