[Authz, Logs] - Bug logoutput from AuthzWorker is not being shown #1276
Labels
Component: GridFTP Auth Module
Relates to GridFTP authorization library
Type: Bug
Something isn't working
Description
The log output from the authz workers is not being put in a file. This has been identified to be the result of the ofstream going out of scope after being added to the Dynamic logger as a reference.
Acceptance
Make sure that the ofstream last for the duration that logs are being sent, and that it is removed from the dynamic logger when complete.
The text was updated successfully, but these errors were encountered: