< Home - < Back

python-tracing


Information about the package, python-tracing, which is shipped with common Linux distributions. The python-tracing package is designed for, Python debug logging helper.


Package Name:

python-tracing

Summary:

Python debug logging helper

Description:

The Python library tracing helps with logging debug messages. It provides a couple of functions for logging debug messages, and allows the user to enable or disable logging for particular code modules. It is sometimes practical to add a lot of debugging log messages to a program, but having them enabled all the time results in very large log files. Also, logging that much takes quite a bit of time. This module provides a way to turn such debugging or tracing messages on and off, based on the filename they occur in. The logging can that be left in the code, and only enabled when it is needed.

Architecture:

noarch

Version:

0.8

Release:

1.el6

Size:

20 k

Repository:

epel

From Repository:

Licence:

GPLv3+



Handy Yum Commands for python-tracing


Control the python-tracing package with the following handy commands outlined below.


Command

Description of Command

yum install python-tracing

This command will install python-tracing on the server.

yum remove python-tracing

This command will un-install python-tracing on the server. When you run this command, you will be asked if you are sure that you want to remove python-tracing, so you have to manually confirm that you want to do this.

yum -y remove python-tracing

This command will un-install python-tracing on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-tracing when using the -y flag.

yum update python-tracing

This command will update python-tracing to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-tracing, so you have to manually confirm that you want to do this.

yum -y update python-tracing

This command will update python-tracing to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-tracing when using the -y flag.

yum info python-tracing

This command will show you core information about the python-tracing package.

yum deplist python-tracing

This command will show you the dependencies for python-tracing. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-tracing

This command will check if there is an update waiting on python-tracing. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.