Skip to content

Commit 7778b82

Browse files
committed
print logs to stdout
1 parent 8ad580c commit 7778b82

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

lgg/_logger.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ class MyHandler(StreamHandler):
2121

2222
def __init__(self, ):
2323
super().__init__()
24+
self.stream = sys.stdout
2425

2526

2627
def get_logger(name=DEFAULT_NAME):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lgg"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "A simple yet fancy logger for Python scripts"
55
authors = ["Ayoub Assis <assis.ayoub@gmail.com>"]
66
license = "MIT License"

0 commit comments

Comments
 (0)