Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -293,7 +293,8 @@ def launch_baristabot():
|
|
| 293 |
|
| 294 |
if __name__ == "__main__":
|
| 295 |
# initiate logging tool
|
| 296 |
-
logging.basicConfig(
|
|
|
|
| 297 |
level=logging.INFO,
|
| 298 |
format='%(asctime)s - %(levelname)s - %(message)s')
|
| 299 |
launch_baristabot()
|
|
|
|
| 293 |
|
| 294 |
if __name__ == "__main__":
|
| 295 |
# initiate logging tool
|
| 296 |
+
logging.basicConfig(
|
| 297 |
+
stream=sys.stdout,
|
| 298 |
level=logging.INFO,
|
| 299 |
format='%(asctime)s - %(levelname)s - %(message)s')
|
| 300 |
launch_baristabot()
|