Skip to content

Conversation

@osher-stratoscale
Copy link

No description provided.

hostname = subprocess.check_output('/bin/hostname').strip()
if registerConfigurationReloadSignal:
_configureLoggingSignalHandlers()
if os.environ.get("MONKEY_ELASTIFY"):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where do you check it is Monkey who called the configureLogging?
i think not only monkey uses pycommonlog


class MachineReadableFormatter:
_IGNORED_ATTRIBUTES = set(['relativeCreated', 'msecs', 'message', 'exc_info', 'startColor', 'endColor'])
session_id = uuid.uuid4()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

every monkey test already has a UUID - can we reuse it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants