mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
Plugin bitcoind_: retrieve debug state from environment
This commit is contained in:
parent
bc20826c4e
commit
675f1f6962
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ import urllib.error
|
|||
import urllib.request
|
||||
|
||||
|
||||
DEBUG = False
|
||||
DEBUG = os.getenv('MUNIN_DEBUG') == '1'
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue