Skip to content

PlatformClient log is too verbose about config file missing #4

Closed
@bouil

Description

@bouil

src/com/docuware/dev/Extensions/ PlatformClient line 96 and 125 is very verbose if the src/com/docuware/dev/Extensions/config.properties file is missing.

Of course in case of a deployment, this file will not be here.

  1. Default value should be set without warning. I suggest a simple warning log saying that no custom config file is found and that default values will be applied.

  2. Any override should be searched in the classpath (using getClass().getResource ) so that an override config file can be loaded in the depending application and not somewhere in the running directory.

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