Made a fix to log levels in the vaulter function to make sure that the log levels are always configured in post_call. If a vault was used in nested functions, the inner function would reset the log levels, and then the outer function would keep those log levels. This could cause unintended behavior when using debug flag for example.