pypath icon indicating copy to clipboard operation
pypath copied to clipboard

Prioritizing log messages

Open deeenes opened this issue 6 years ago • 3 comments

At the momet the log is too verbose. A verbosity level should be assigned to each log message, which is the second argument of the _log method, e.g. self._log('message', 1). The default log level is 0, if something is not important we should give a higher value, if something must be printed also to the console, I used to give -9.

deeenes avatar Apr 23 '19 10:04 deeenes

Already implemented, closing

npalacioescat avatar Jun 05 '19 07:06 npalacioescat

I meant to add a verbosity number for each ._log() call. We haven't done it yet :)

deeenes avatar Jun 05 '19 13:06 deeenes

oops sorry

npalacioescat avatar Jun 05 '19 13:06 npalacioescat

Is this still relevant/needed to implement? If not, should close

npalacioescat avatar Feb 15 '24 13:02 npalacioescat

Yes, it would be great to set priorities for log messages, so there would be an option to output a reasonable amount of useful information to the console. Though OmniPath has about 150-200 todo items, and these issues are only a small part of it – we can close this issue as it's not really useful in our work organization.

deeenes avatar Feb 16 '24 14:02 deeenes