Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

prefer logging to print #109

Closed
prjemian opened this issue Jan 24, 2019 · 2 comments
Closed

prefer logging to print #109

prjemian opened this issue Jan 24, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@prjemian
Copy link
Contributor

logger = logging.getLogger(os.path.split(__file__)[-1])
logger.critical(msg)
logger.error(msg)
logger.warn(msg)
logger.info(msg)
logger.debug(msg)
@prjemian prjemian added the enhancement New feature or request label Jan 24, 2019
@prjemian prjemian self-assigned this Jan 24, 2019
prjemian added a commit that referenced this issue Jan 24, 2019
prjemian added a commit that referenced this issue Jan 24, 2019
@prjemian prjemian added this to the 2019-06 beam time milestone Apr 18, 2019
@prjemian
Copy link
Contributor Author

While laudable, this is not required for upcoming beam time.

prjemian added a commit that referenced this issue Jun 3, 2019
prjemian added a commit that referenced this issue Jun 27, 2019
prjemian added a commit that referenced this issue Jun 27, 2019
prjemian added a commit that referenced this issue Jun 27, 2019
prjemian added a commit that referenced this issue Jun 27, 2019
prjemian added a commit that referenced this issue Jun 27, 2019
prjemian added a commit that referenced this issue Jun 27, 2019
@jilavsky
Copy link
Contributor

Satisfied with this progress

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants