Bug 726194

Summary: pulp.log is logging too much information
Product: [Retired] Pulp Reporter: Preethi Thomas <pthomas>
Component: user-experienceAssignee: Jeff Ortel <jortel>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: skarmark
Target Milestone: ---Keywords: Triaged
Target Release: Sprint 27   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-24 20:15:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
pulp.log none

Description Preethi Thomas 2011-07-27 19:28:01 UTC
Created attachment 515585 [details]
pulp.log

Description of problem:

pulp-log gets logged with checksums of packages etc for repo sync repo bind etc.

An example for a repo bound on small repo 
 is attached


Version-Release number of selected component (if applicable):

[root@preethi upload]# rpm -q pulp
pulp-0.0.213-1.fc14.noarch
[root@preethi upload]#

Comment 1 Jeff Ortel 2011-08-18 14:19:57 UTC
Pruned repo object sent on bind:

2011-08-18 09:11:09,357 31785:-1325438096: gofer.rmi.policy:INFO: policy:236 sent (jortel):
{
  "classname": "Consumer", 
  "kws": {}, 
  "args": [
    "atlantis", 
    {
      "repo": {
        "consumer_cert": null, 
        "consumer_ca": null, 
        "id": "atlantis", 
        "repomd_xml_path": "/var/lib/pulp//repos/content/extras/repodata/repomd.xml", 
        "preserve_metadata": false, 
        "_ns": "repos", 
        "publish": true, 
        "relative_path": "content/extras", 
        "arch": "noarch", 
        "group_gz_xml_path": "", 
        "feed_cert": null, 
        "name": "atlantis", 
        "feed_ca": null, 
        "content_types": "yum", 
        "group_xml_path": "/var/lib/pulp//repos/content/extras/repodata/comps.xml", 
        "release": null, 
        "checksum_type": "sha256", 
        "_id": "atlantis"
      }, 
      "cacert": null, 
      "host_urls": [
        "https://localhost/pulp/repos/content/extras"
      ], 
      "clientcert": null, 
      "gpg_keys": {}
    }
  ], 
  "method": "bind"
}

Comment 2 Jeff Ortel 2011-08-24 19:46:23 UTC
build: 0.227

Comment 3 Preethi Thomas 2011-08-30 18:37:10 UTC
verified
root@pulp-f15 ~]# rpm -q pulp
pulp-0.0.228-1.fc15.noarch


2011-08-30 15:17:35,801 2320:140432637531904: gofer.rmi.policy:INFO: policy:236 sent (pulp-consumer):
{
  "classname": "Consumer",
  "kws": {},
  "args": [
    "pulp-f14",
    {
      "repo": {
        "consumer_cert": null,
        "consumer_ca": null,
        "id": "pulp-f14",
        "repomd_xml_path": "/var/lib/pulp//repos/pulp/f14-x86-64/repodata/repomd.xml",
        "preserve_metadata": false,
        "_ns": "repos",
        "publish": true,
        "relative_path": "pulp/f14-x86-64",
        "arch": "noarch",
        "group_gz_xml_path": "",
        "feed_cert": null,
        "name": "pulp-f14",
        "feed_ca": null,
        "content_types": "yum",
        "group_xml_path": "",
        "release": null,
        "checksum_type": "sha256",
        "_id": "pulp-f14"
      },
      "cacert": null,
      "host_urls": [
        "https://pulp-f15.usersys.redhat.com/pulp/repos/pulp/f14-x86-64"
      ],
      "clientcert": null,
      "gpg_keys": {}
    }
  ],
  "method": "bind"
}
2011-08-30 15:18:39,218 2320:140432369493760: pulp.server.webservices.controllers.services:INFO: services:380 Disabling global repo authentication
2011-08-30 15:18:39,219 2320:140432369493760: pulp.repo_auth.repo_cert_utils:INFO: repo_cert_utils:344 Removing repo cert file [/etc/pki/content/pulp-global-repo.ca]
2011-08-30 15:18:39,219 2320:140432369493760: pulp.repo_auth.repo_cert_utils:INFO: repo_cert_utils:344 Removing repo cert file [/etc/pki/content/pulp-global-repo.cert]
2011-08-30 15:19:07,653 2320:140432637531904: gofer.rmi.policy:INFO: policy:139 sent (cds-pulp-cds.usersys.redhat.com):

Comment 4 Preethi Thomas 2012-02-24 20:15:14 UTC
Pulp v1.0 is released
Closed Current Release.

Comment 5 Preethi Thomas 2012-02-24 20:16:52 UTC
Pulp v1.0 is released.