def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix='inventory-charm')
Beispiel #2
0
def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix="beacon")
def rdebug(s, cond=None):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix="block-charm", cond=cond)
Beispiel #4
0
def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix='storpool-presence-requires')
Beispiel #5
0
def rdebug(s):
    """
    Pass the diagnostic message string `s` to the central diagnostic logger.
    """
    sputils.rdebug(s, prefix="openstack-integration")
Beispiel #6
0
def rdebug(s):
    sputils.rdebug(s, prefix="service")
def rdebug(s, cond=None):
    sputils.rdebug(s, prefix="osi", cond=cond)