remove IP logging
This commit is contained in:
parent
03ccfc9e69
commit
b828c6f442
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ def create_app(base_path, cloud_name="raincloud"):
|
|||
abort(403)
|
||||
|
||||
except RaincloudIOException as e:
|
||||
print(f"RaincloudIOException raised by request from IP {request.remote_addr}: {e}")
|
||||
print(f"RaincloudIOException: {e}")
|
||||
abort(404)
|
||||
except Exception as e:
|
||||
print(f"Unhandled exception: {e}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue