Skip to content

Commit

Permalink
Merge pull request #807 from MasoniteFramework/revert-718-feat/663
Browse files Browse the repository at this point in the history
Revert "[5.X] Add `logging` feature"
  • Loading branch information
eaguad1337 authored Jul 5, 2024
2 parents 8e83cf7 + 09f681d commit 4b8b009
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 1,680 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
name: Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ src/masonite.egg-info/*
.vscode
build/
venv4
.python-version
*.whl
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
init:
cp .env-example .env
pip install --no-cache-dir --upgrade -r requirements.txt
pip install -r requirements.txt
pip install '.[test]'
# Create MySQL Database
# Create Postgres Database
Expand Down
910 changes: 0 additions & 910 deletions poetry.lock

This file was deleted.

35 changes: 0 additions & 35 deletions pyproject.toml

This file was deleted.

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ argon2-cffi
bcrypt>=3.2,<3.3
black
cleo>=0.8.1,<0.9
cryptography>=36,<37
dotty_dict>=1.3.0,<1.40
cryptography>=3.3.1,<4.0
dotty_dict>=1.3.0<1.40
exceptionite>=2.0,<3
hashids>=1.3,<1.4
hfilesize>=0.1
Expand All @@ -20,7 +20,7 @@ python-dotenv>=0.15,<0.16
responses
slackblocks
tldextract>=2.2,<2.3
werkzeug>=2,<3
watchdog>=2,<3
werkzeug>=2<3
watchdog>=2<3
whitenoise>=5.2,<5.3
pyjwt>=2.3,<2.5
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@
"masonite.helpers",
"masonite.input",
"masonite.loader",
"masonite.logging",
"masonite.logging.drivers",
"masonite.mail.drivers",
"masonite.mail",
"masonite.middleware.route",
Expand Down
5 changes: 0 additions & 5 deletions src/masonite/facades/Log.py

This file was deleted.

24 changes: 0 additions & 24 deletions src/masonite/facades/Log.pyi

This file was deleted.

1 change: 0 additions & 1 deletion src/masonite/facades/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@
from .Cache import Cache
from .RateLimiter import RateLimiter
from .Broadcast import Broadcast
from .Log import Log
126 changes: 0 additions & 126 deletions src/masonite/logging/Logger.py

This file was deleted.

6 changes: 0 additions & 6 deletions src/masonite/logging/LoggerExceptionsListener.py

This file was deleted.

51 changes: 0 additions & 51 deletions src/masonite/logging/LoggerFactory.py

This file was deleted.

34 changes: 0 additions & 34 deletions src/masonite/logging/LoggingProvider.py

This file was deleted.

1 change: 0 additions & 1 deletion src/masonite/logging/__init__.py

This file was deleted.

Loading

0 comments on commit 4b8b009

Please sign in to comment.