Skip to content

[BUG FIX] Add TimeStamp support across the stdout/err logs #28

@anevjes

Description

@anevjes

Codebase already has:

Set up the logger

logger = logging.getLogger(name)
logging.basicConfig(level=getattr(logging, log_level),
format='%(asctime)s - %(levelname)s - %(message)s',
datefmt='%d-%m-%Y %H:%M:%S'
)

However I suspect there is some parent logger overriding the behaviour.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions