Oracle 12.2 database changing log_archive_dest_1 in primary with standby
I had an emergency today and had to switch the log_archive_dest_1 in a primary oracle database (I did this in the database itself). This database has a physical standby I wasn't thinking about the broker when I did this. When I changed it, all went well and logs are still being sent to the standby but when I check the broker I see this:
Warning: ORA-16714: the value of property StandbyArchiveLocation is inconsistent with the member setting
Warning: ORA-16714: the value of property AlternateLocation is inconsistent with the member setting
Do I need to set the log_archive_dest_1 to what I did in the database (on the primary) in the broker or set the StandbyArchiveLocation in the broker to the new log_archive_dest_1 destination?