Skip to content

Commit 29f9942

Browse files
committed
specify log level in .env
1 parent 31c6c30 commit 29f9942

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
LOGURU_LEVEL=INFO

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
**/__pycache__
33
output
44
**/.DS_Store
5+
.env

chat.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
import platform
1414
from pathlib import Path
1515

16-
logger.remove()
17-
logger.add(sys.stderr, level="INFO")
18-
19-
2016
app = typer.Typer()
2117
console = Console()
2218

0 commit comments

Comments
 (0)