Skip to content

Commit

Permalink
explain what the logger uuid is for
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Feb 13, 2024
1 parent 442c46d commit 5126ca5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public class DefaultAccountProviderTest {

@Before
public void setup() throws IOException, InterruptedException {
// we add a small ID to the logger statements to distinguish among test cases
String uuid = UUID.randomUUID().toString();
String uuidShort = uuid.substring(uuid.lastIndexOf('-'));
LOGGER = Logger.getLogger(this.getClass().getName() + uuidShort);
Expand Down

0 comments on commit 5126ca5

Please sign in to comment.