|
Hey,
I am building jobs that use Typesafe Config under the hood. The configs tend to grow big. I was wondering whether there is a possibility to use WebUI to show the config that the job was run with, currently the only idea is to log the config and check it inside the logs, but with dozens of jobs it is getting troublesome. Is there a better way to access the job custom configuration?? Thanks in advance, Best, Dom.
|