Let's assume this is from my weewx.conf (it is not working this way):
WEEWX_ROOT = /home/pi/weewx-data
[Logging]
...
[[handlers]]
...
[[[rotate]]]
filename =
WEEWX_ROOT/log/weewxd.log
Can I access the above defined WEEWX_ROOT in a section below? If yes, how, and is this a weewx or a configobj feature?