You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Change the automatically logged `caller` field from full file path to only file name.
The impetus for this change is that the caller root will be different depending on the system. For example, the tests will pass with `bazel test`, but fail with `go test`. We could possibly configure the full file path to be an option in the future.
Github Issue: #28
Test Plan: Update unit tests.
Reviewers: fdegiuli, msabherwal
Reviewed By: fdegiuli
Subscribers: jcharumilind, smahadevan
Differential Revision: https://phabricator.grailbio.com/D53636
fbshipit-source-id: 0a74d6d
See failures here: https://travis-ci.org/github/grailbio/base/jobs/753609179#L486-L604 .
The example output is sensitive to source file location. These need to be made more robust.
The text was updated successfully, but these errors were encountered: