Bug 726194 - pulp.log is logging too much information
Summary: pulp.log is logging too much information
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Sprint 27
Assignee: Jeff Ortel
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-07-27 19:28 UTC by Preethi Thomas
Modified: 2013-09-09 16:30 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-02-24 20:15:14 UTC


Attachments (Terms of Use)
pulp.log (3.82 KB, text/plain)
2011-07-27 19:28 UTC, Preethi Thomas
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.