country_user file is no longer taken into account
Posted: 29 Mar 2022, 15:59
My country_user file is no longer taken into account :
I'm trying to fix some small issues with CQ and ITU zones.
For this from the country.xml file I create a file that I name country_user.xml
For example : OA4SER is in locator: FM48mv (See QRZ.com)
but FF48mv corresponds to ITU 14 and CQ 12 contrary to what is indicated on QRZ.com (ITU 12 CQ 10)
so I modify my country_user file by adding CQ 12 and ITU 14 :
<Country>
<ArrlPrefix>OA</ArrlPrefix>
<Comment />
<Continent>SA</Continent>
<CountryName>Peru</CountryName>
<CqZone>10</CqZone>
<CqZoneList>
<int>10</int>
<int>12</int>
</CqZoneList>
<Dxcc>136</Dxcc>
<ItuZone>12</ItuZone>
<IaruRegion>2</IaruRegion>
<ItuZoneList>
<int>12</int>
<int>14</int>
</ItuZoneList>
...
I quit Log4om and I restart it so that it takes into account my modified file.
Well, I don't, Log4om doesn't take my new data into account.
I do the same manipulation but this time directly in the country.xml file (I previously saved this original file of course) and there Log4om takes it into account.
I did these manipulations with different callsigns and it's always the same, the country_user.xml file is not taken into account
Do you have to do another manipulation for Log4OM to take into account a _user.xml file?
Thank you
I'm trying to fix some small issues with CQ and ITU zones.
For this from the country.xml file I create a file that I name country_user.xml
For example : OA4SER is in locator: FM48mv (See QRZ.com)
but FF48mv corresponds to ITU 14 and CQ 12 contrary to what is indicated on QRZ.com (ITU 12 CQ 10)
so I modify my country_user file by adding CQ 12 and ITU 14 :
<Country>
<ArrlPrefix>OA</ArrlPrefix>
<Comment />
<Continent>SA</Continent>
<CountryName>Peru</CountryName>
<CqZone>10</CqZone>
<CqZoneList>
<int>10</int>
<int>12</int>
</CqZoneList>
<Dxcc>136</Dxcc>
<ItuZone>12</ItuZone>
<IaruRegion>2</IaruRegion>
<ItuZoneList>
<int>12</int>
<int>14</int>
</ItuZoneList>
...
I quit Log4om and I restart it so that it takes into account my modified file.
Well, I don't, Log4om doesn't take my new data into account.
I do the same manipulation but this time directly in the country.xml file (I previously saved this original file of course) and there Log4om takes it into account.
I did these manipulations with different callsigns and it's always the same, the country_user.xml file is not taken into account
Do you have to do another manipulation for Log4OM to take into account a _user.xml file?
Thank you