smog-server / OpenSMOG

OpenSMOG is a Python library for performing molecular dynamics simulations using Structure-Based Models. OpenSMOG uses OpenMM.
MIT License
11 stars 6 forks source link

should be able to set logfile name #69

Closed Whitford closed 1 year ago

Whitford commented 1 year ago

Currently, it is hardcoded: logFilename = os.path.join(self.folder, 'OpenSMOG.log')

We should allow one to give the name, just as we do for all other files.

Whitford commented 1 year ago

this is now enabled with the logFileName variable

see commit 5718130