Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging #21

Open
fstab50 opened this issue Jul 6, 2019 · 1 comment
Open

Logging #21

fstab50 opened this issue Jul 6, 2019 · 1 comment

Comments

@fstab50
Copy link
Owner

fstab50 commented Jul 6, 2019

increase state and event visibility with increased logging

Implement at strategic points.

@fstab50
Copy link
Owner Author

fstab50 commented Jul 26, 2019

to implement centralised log object instantiation using libtools package, exception trapping will be needed when installing from pypi.python.org registry. (this may not work either way):

__init__():

try:

    from xlines import __version__
    from libtools import logd
    from xlines.statics import local_config

    logd.local_config = local_config
    logger = logd.getLogger(__version__)

except Exception:
    pass

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

No branches or pull requests

1 participant