diff --git a/changelog/317.feature.rst b/changelog/317.feature.rst new file mode 100644 index 00000000..6a3fe5e3 --- /dev/null +++ b/changelog/317.feature.rst @@ -0,0 +1,2 @@ +Add a logging framework to present information to users in a nicer way. +The logger can be accessed as ``dkist.log`` to change log levels etc.