You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When WARNING_BANNER_PATH=/something/banner.txt, but /something/banner.txt does not exist, we currently observe a ENOENT: no such file or directory error.
Another option would be to catch the error and simply have an error log, rather than the actual error raised. In that case, we would show no banner.
The text was updated successfully, but these errors were encountered:
When
WARNING_BANNER_PATH=/something/banner.txt
, but/something/banner.txt
does not exist, we currently observe aENOENT: no such file or directory
error.Another option would be to catch the error and simply have an error log, rather than the actual error raised. In that case, we would show no banner.
The text was updated successfully, but these errors were encountered: