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
jeromy-cannon opened this issue
May 29, 2024
· 1 comment
· Fixed by #391
Assignees
Labels
BlockerFurther development work cannot be doneP2Required to be completed in the assigned milestone, but may or may not impact release schedule.released
document in developers readme where to find the new ${constants.SOLO_LOGS_DIR}/hashgraph-sdk.log and what is in it
update e2e workflow to upload ${constants.SOLO_LOGS_DIR}/hashgraph-sdk.log
update logic for setting node client sdk logger accountManager.mjs:
// TODO: need updated version of SDK to set log file, once it is writing to the file, we can remove the if devMode check and just always set it:
if (this.logger.devMode) {
this._nodeClient.setLogger(new Logger(LogLevel.Trace, `${constants.SOLO_LOGS_DIR}/hashgraph-sdk.log`))
}
jeromy-cannon
added
P2
Required to be completed in the assigned milestone, but may or may not impact release schedule.
Blocker
Further development work cannot be done
labels
May 31, 2024
BlockerFurther development work cannot be doneP2Required to be completed in the assigned milestone, but may or may not impact release schedule.released
${constants.SOLO_LOGS_DIR}/hashgraph-sdk.log
and what is in it${constants.SOLO_LOGS_DIR}/hashgraph-sdk.log
accountManager.mjs
:to:
The text was updated successfully, but these errors were encountered: