fix: log warning message after suggestion from @zmstone

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
Kjell Winblad 2023-11-13 12:53:09 +01:00 committed by GitHub
parent 5838568d5d
commit 26fc9ed89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ upgrade_conf(Conf) ->
catch
ErrorType:Reason:Stack ->
?SLOG(warning, #{
msg => "Failed to upgrade override config",
msg => "failed_to_upgrade_config",
error_type => ErrorType,
reason => Reason,
stacktrace => Stack