Skip to content

Get rid of excessive logging #3

@tadvi

Description

@tadvi

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions