Skip to content

Commit

Permalink
Enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
IOhacker committed Jul 18, 2024
1 parent 0082af0 commit c1a3afb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ private void addParametersToReport(final MasterReport report, final Map<String,
tenantConnection.getSchemaName(), tenantConnection.getSchemaConnectionParameters());

final var userhierarchy = currentUser.getOffice().getHierarchy();
logger.error("userhierarchy "+userhierarchy);
logger.debug("userhierarchy "+userhierarchy);
var outPutInfo4 = "db URL:" + tenantUrl + " userhierarchy:" + userhierarchy;
logger.error(outPutInfo4);
logger.debug(outPutInfo4);

rptParamValues.put("userhierarchy", userhierarchy);

Expand Down

0 comments on commit c1a3afb

Please sign in to comment.