mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
Too much logging
This commit is contained in:
@@ -24,7 +24,6 @@ def answer_external_command():
|
||||
#)
|
||||
#return return_data
|
||||
app.logger.info("DATA RECEIVED")
|
||||
IN_COMM_Q.put("Test")
|
||||
return jsonify("SUCCESS")
|
||||
|
||||
@app.route("/conjurer", methods=["GET"])
|
||||
@@ -53,8 +52,6 @@ def scan_queue(_logger):
|
||||
while True:
|
||||
data = OUT_COMM_Q.get()
|
||||
_logger.info(data)
|
||||
IN_COMM_Q.put("Test")
|
||||
|
||||
|
||||
def comm_subroutine(logger):
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user