-
-
Notifications
You must be signed in to change notification settings - Fork 579
Closed
Description
Libraries and source code has excessive logging interleaved with code that does main work.
This makes reading source code harder.
Lines like:
logInfoValidate.Println("*** validateShadingDictCommonEntries end ***")
Go standard library should be inspiration for this. It has no excessive logging inside library code.
Please get rid of logging inside the library.
Metadata
Metadata
Assignees
Labels
No labels