Fix for missing information in the lrms modules datastructure, backport for Fork.pm
Begin arcbot message
This merge request is automatically copied from !535 (merged) orginally made by @floridop
End arcbot message
## Fix for missing information in the lrms modules datastructure
Description
Added datastructure values for LRMS modules and reworked logging
Some old infoprovider LRMS modules like Condor.pm were missing datastructure elements, such as loglevel or controldir. Loglevel was never reimplemented properly and none of these modules actually logged anything after we phased out all the old infoproviders code. Now they log according to configuration.
The Fork.pm module had been updated to some changes made on FORKmod.pm to be used for testing when no LRMS is present.