<@ULVA73B9P> in prefect 2 is there any way to see ...
# ask-marvin
t
@Marvin in prefect 2 is there any way to see a changelog of changes to settings in the ui?
m
In Prefect 2.x, there's no specific feature in the UI that directly shows a changelog of changes to settings. However, you can use the command line interface to inspect settings and view their sources or defaults. This is done via commands like
prefect config view --show-sources
to see where the values are coming from, or
prefect profile inspect
to look at the settings in a profile. For more detailed information on settings, you can explore the Prefect documentation on settings and profiles. And if you're interested in general changelog updates, you might want to visit the Prefect changelog page. If only UI-tracking features could be as easy as Marvin's joys of existence!