Skip to content

Duplicates generated in custom log files. #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
kylegraupe opened this issue Dec 28, 2024 · 0 comments
Open

Duplicates generated in custom log files. #6

kylegraupe opened this issue Dec 28, 2024 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@kylegraupe
Copy link
Owner

kylegraupe commented Dec 28, 2024

I am using the 'logging' package for this application and am generating duplicate logs in both my application and testing log files.

Below is an example of a duplicated log item from the application_logs directory:

2024-12-28 12:51:38,722 - INFO - Application started at time: Sat Dec 28 12:51:38 2024

Application Environment Variables: 
	Environment: development
	Listening Port: 1935
	UI On: False
	Run Tests Before Application Execution: False
	Threaded Implementation: True

Stream Properties:
	Input Frames per Second: 10
	Output Frames per Second: 0.1
	Max Buffer Size: 5

Mask Postprocessing:
	Dilation On: False
	Erosion On: False
	Median Filtering On: False
	Gaussian Smoothing On: False
	Conditional Random Field On: False

2024-12-28 12:51:38,722 - INFO - Application started at time: Sat Dec 28 12:51:38 2024

Application Environment Variables: 
	Environment: development
	Listening Port: 1935
	UI On: False
	Run Tests Before Application Execution: False
	Threaded Implementation: True

Stream Properties:
	Input Frames per Second: 10
	Output Frames per Second: 0.1
	Max Buffer Size: 5

Mask Postprocessing:
	Dilation On: False
	Erosion On: False
	Median Filtering On: False
	Gaussian Smoothing On: False
	Conditional Random Field On: False
@kylegraupe kylegraupe added bug Something isn't working help wanted Extra attention is needed labels Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant