Reduce log severity for VersionVault symlink warnings.

Review Request #12664 — Created Oct. 3, 2022 and submitted — Latest diff uploaded

Information

RBTools
release-3.x

Reviewers

When processing directory changes involving symbolic links, we can end
up emitting a warning that we weren't able to find a file that looks
like "a -> b". This is expected and logging it is purely informational,
so we don't need it to be a warning. This change reduces that severity
to debug.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Reduce log severity for VersionVault symlink warnings.
When processing directory changes involving symbolic links, we can end up emitting a warning that we weren't able to find a file that looks like "a -> b". This is expected and logging it is purely informational, so we don't need it to be a warning. This change reduces that severity to debug. Testing Done: Ran unit tests.
9e0270d0b4437a9290cf958734079e1223f7f994 David Trowbridge
rbtools/clients/clearcase.py
Loading...