SomberNight
625f985f22
android: enable full logging if DEBUG build
6 years ago
Christian Clauss
e34afd62ce
Travis CI: Use flake8 to find Python syntax errors and undefined names ( #5467 )
6 years ago
SomberNight
650225e238
crash reporter UX
...
see #5483
7 years ago
SomberNight
f6a7e6ec7d
logging: don't log to file by default
...
Leaking addresses/pubkeys/txids is a privacy leak...
but with lightning, logging should be enabled by default, as otherwise
issues would be sometimes impossible to debug...
Well, disable it for now.
7 years ago
SomberNight
104b8804f7
logging: '-V' cli option can blacklist/whitelist classes with short names
...
for example, '-V ni' will whitelist the 'Network' and 'Interface' classes
'-V ^ni' will blacklist those instead
7 years ago
SomberNight
7a99fdc275
kivy: fix crash in logging.py; platform.platform() not available
7 years ago
SomberNight
387834164c
logging: port ugly accidental side-effect into readable explicit feature
...
LogFormatterForConsole.format() was mutating its 'record' argument,
which was affecting all handlers/formatters
7 years ago
SomberNight
a7b13f4876
logging: make console log lines shorter
7 years ago
SomberNight
f22a23aaf2
logging: fix for kivy
7 years ago
SomberNight
6940c424d1
logging: cli options to filter for modules using -v
...
old style "-v" still works
filtering examples:
-v=debug,network=error,interface=error // effectively blacklists network and interface
-v=warning,network=debug,interface=debug // effectively whitelists network and interface
7 years ago
SomberNight
3385a94753
logging: basics
7 years ago
cluelessperson
4d64e132d7
standardized logging base with ISO8601, UTC, rotating file logs, and more!
7 years ago