.BANCHO. Removed some schiavo logs
This commit is contained in:
parent
ebf0e1d458
commit
00c544b7c7
|
@ -259,10 +259,7 @@ def handle(tornadoRequest):
|
|||
finally:
|
||||
# Console and discord log
|
||||
if len(loginData) < 3:
|
||||
msg = "Invalid bancho login request from **{}** (insufficient POST data)".format(requestIP)
|
||||
else:
|
||||
msg = "Bancho login request from **{}** for user **{}** ({})".format(requestIP, loginData[0], "failed" if err == True else "success")
|
||||
log.info(msg, "bunker")
|
||||
log.info("Invalid bancho login request from **{}** (insufficient POST data)".format(requestIP), "bunker")
|
||||
|
||||
# Return token string and data
|
||||
return responseTokenString, responseData
|
2
pep.py
2
pep.py
|
@ -188,7 +188,7 @@ if __name__ == "__main__":
|
|||
|
||||
# Discord
|
||||
if generalUtils.stringToBool(glob.conf.config["discord"]["enable"]):
|
||||
glob.schiavo = schiavo.schiavo(glob.conf.config["discord"]["boturl"])
|
||||
glob.schiavo = schiavo.schiavo(glob.conf.config["discord"]["boturl"], "**pep.py**")
|
||||
else:
|
||||
consoleHelper.printColored("[!] Warning! Discord logging is disabled!", bcolors.YELLOW)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user