Commit 9603deff authored by Leo Iannacone's avatar Leo Iannacone

temporarily rename module JSONLogger to ZZZ_JSONLogger - waiting for bug...

temporarily rename module JSONLogger to ZZZ_JSONLogger - waiting for bug https://bugs.launchpad.net/debomatic/+bug/1341304
parent 27afaa51
...@@ -15,9 +15,9 @@ Some **debomatic-webui** instances are already running over: ...@@ -15,9 +15,9 @@ Some **debomatic-webui** instances are already running over:
## Requirements ## Requirements
You need **JSONLogger** debomatic module (provided along with this interface) to get installed in debomatic. You need **JSONLogger** debomatic module (provided along with this interface) to get installed in debomatic.
You can copy `debomatic-modules/JSONLogger.py` or link to the modules directory. In the most cases: You can copy `debomatic-modules/ZZZ_JSONLogger.py` or link to the modules directory. In the most cases:
``` ```
sudo cp debomatic-modules/JSONLogger.py /usr/share/debomatic/modules/ sudo cp debomatic-modules/ZZZ_JSONLogger.py /usr/share/debomatic/modules/
``` ```
Restart debomatic service. Restart debomatic service.
......
...@@ -31,7 +31,7 @@ from json import load as fileToJSON ...@@ -31,7 +31,7 @@ from json import load as fileToJSON
from collections import defaultdict from collections import defaultdict
class DebomaticModule_JSONLogger: class DebomaticModule_ZZZ_JSONLogger:
def __init__(self): def __init__(self):
self.jsonfile = '/var/log/debomatic-json.log' self.jsonfile = '/var/log/debomatic-json.log'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment