We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It uses global logging at
grpc4bmi/grpc4bmi/bmi_client_singularity.py
Line 222 in 1882d5f
I should be using a local logger with
import logging logger = logging.getLogger(__name__) ... logger.info('Running /....sif singularity container on port 41749')
Then its message can be silenced selectively.
The text was updated successfully, but these errors were encountered:
Use local logger
53861e5
Fixes #103
No branches or pull requests
It uses global logging at
grpc4bmi/grpc4bmi/bmi_client_singularity.py
Line 222 in 1882d5f
I should be using a local logger with
Then its message can be silenced selectively.
The text was updated successfully, but these errors were encountered: