Bug 71889 - [PATCH] manager: Don't log when we're exiting
Summary: [PATCH] manager: Don't log when we're exiting
Status: RESOLVED FIXED
Alias: None
Product: libfprint
Classification: Unclassified
Component: fprintd (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: libfprint-bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-21 19:55 UTC by Colin Walters
Modified: 2014-04-25 09:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
0001-manager-Don-t-log-when-we-re-exiting.patch (909 bytes, patch)
2013-11-21 19:55 UTC, Colin Walters
Details | Splinter Review
0001-main-Don-t-log-about-normal-operation.patch (1.16 KB, patch)
2013-11-21 20:05 UTC, Colin Walters
Details | Splinter Review

Description Colin Walters 2013-11-21 19:55:55 UTC
Created attachment 89604 [details] [review]
0001-manager-Don-t-log-when-we-re-exiting.patch

This happens on hardware without fingerprint readers on every boot; we
don't need to log anything about it, it's totally normal.

This patch is part of an initiative to reduce logging spew in GNOME
so that actual errors and important messages are more visible.
---
 src/manager.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
Comment 1 Colin Walters 2013-11-21 20:05:11 UTC
Created attachment 89605 [details] [review]
0001-main-Don-t-log-about-normal-operation.patch
Comment 2 Bastien Nocera 2014-04-25 09:29:02 UTC
commit f94c8727d2e98098adafbbd95e9bcc9bf339676b
Author: Colin Walters <walters@verbum.org>
Date:   Thu Nov 21 15:03:16 2013 -0500

    main: Don't log about normal operation
    
    Administrators don't need to see this stuff on every boot.  The system
    bus itself already logs this anyways (which is itself a bit too
    chatty).
    
    https://bugs.freedesktop.org/show_bug.cgi?id=71889

commit 4f9256c0330469414e1a163f0c7e21b1ac092476
Author: Colin Walters <walters@verbum.org>
Date:   Thu Nov 21 14:54:18 2013 -0500

    manager: Don't log when we're exiting
    
    This happens on hardware without fingerprint readers on every boot; we
    don't need to log anything about it, it's totally normal.
    
    This patch is part of an initiative to reduce logging spew in GNOME
    so that actual errors and important messages are more visible.
    
    https://bugs.freedesktop.org/show_bug.cgi?id=71889


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.