Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rda_python_common"
version = "1.0.52"
version = "1.0.53"
authors = [
{ name="Zaihua Ji", email="[email protected]" },
]
Expand Down
5 changes: 3 additions & 2 deletions src/rda_python_common/PgLOG.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ def set_common_pglog():
if valid_command(sm): SETPGLOG("EMLSEND", f"{sm} -t") # send email command
SETPGLOG("DBGLEVEL", '') # debug level
SETPGLOG("DBGPATH", PGLOG['DSSDBHM']+"/log") # path to debug log file
SETPGLOG("OBJCTBKT", "rda-data") # default Bucket on Object Store
SETPGLOG("OBJCTBKT", "gdex-data") # default Bucket on Object Store
SETPGLOG("BACKUPEP", "gdex-quasar") # default Globus Endpoint on Quasar
SETPGLOG("DRDATAEP", "gdex-quasar-drdata") # DRDATA Globus Endpoint on Quasar
SETPGLOG("DBGFILE", "pgdss.dbg") # debug file name
Expand All @@ -1354,7 +1354,8 @@ def set_common_pglog():
SETPGLOG("DECSHOME", PGLOG['DSSDATA']+"/decsdata") # dataset decsdata root path
SETPGLOG("DSHHOME", PGLOG['DECSHOME']+"/helpfiles") # dataset help root path
SETPGLOG("UPDTWKP", PGLOG['DSSDATA']+"/work") # dsupdt work root path
SETPGLOG("TRANSFER", "/lustre/desc1/gdex/transfer") # dss transfer partition
SETPGLOG("GDEXWORK", "/lustre/desc1/gdex/work") # gdex work path
SETPGLOG("TRANSFER", "/lustre/desc1/gdex/transfer") # gdex transfer path
SETPGLOG("RQSTHOME", PGLOG['TRANSFER']+"/dsrqst") # dsrqst home
SETPGLOG("DSAHOME", "") # dataset data alternate root path
SETPGLOG("RQSTALTH", "") # alternate dsrqst path
Expand Down