Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziosalmi authored Aug 18, 2024
1 parent 74cc111 commit da726c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lxc_autoscale_ml/api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
logging.basicConfig(
level=logging.INFO,
format="%(asctime)s - %(message)s",
handlers=[
logging.handlers.RotatingFileHandler(log_file, maxBytes=100 * 1024 * 1024, backupCount=5)
]
)

app = create_app()
Expand Down

0 comments on commit da726c4

Please sign in to comment.