Should Config._check_access really use logger.info? #939
Closed
lewisblake
started this conversation in
General
Replies: 4 comments 2 replies
-
Example: (pya) [lewisb@ppi-r8login-b1 pyaerocom]$ pya -V
Checking access to: /lustre/storeB/project
Checking access to: /lustre/storeB/project/aerocom
Checking access to: /lustre/storeB/project/aerocom/aerocom1
🦄 pyaerocom 0.14.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
maybe this should |
Beta Was this translation helpful? Give feedback.
1 reply
-
Coming from the lustre test - more reason to remove lustre dependency. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This line
pyaerocom/pyaerocom/config.py
Line 275 in 8950147
pollutes the terminal with information every time
_check_access
gets called. This always pops up using the CLI and most of the time isn't needed. Should we do something about it or leave it as it is?Beta Was this translation helpful? Give feedback.
All reactions