-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Description
reframe/reframe/core/logging.py
Line 343 in 431ca17
| url = site_config.get(f'{config_prefix}/url') |
It is looking for url entry in config file, but in the documentation https://reframe-hpc.readthedocs.io/en/latest/config_reference.html#the-httpjson-log-handler the example shows address.
vkarak