
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hello,
Before the update, we could see the "logger: 800" log in the logger. However, we cannot see this log with Logger 7.1.1 version. What is the reason?
Thank you
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
By default the peer stats were turned off since they can impact the system performance. See "Guidelines for Configuring Peers" in the Logger Administration Guide for 7.1.1. From the guide:
By default, the peer stats internal events are not enabled. To enable them,
make sure the following value is set to true:
peer_stats.interval.events.on=true

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
By default the peer stats were turned off since they can impact the system performance. See "Guidelines for Configuring Peers" in the Logger Administration Guide for 7.1.1. From the guide:
By default, the peer stats internal events are not enabled. To enable them,
make sure the following value is set to true:
peer_stats.interval.events.on=true

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thank you so much. This answer solved my problem.