diff OrthancServer/Sources/main.cpp @ 5457:312e866e2550

clarified startup message
author Alain Mazy <am@osimis.io>
date Fri, 08 Dec 2023 10:15:09 +0100
parents 9ffd6d18daf3
children 46ed738c3e5d 48b8dae6dc77
line wrap: on
line diff
--- a/OrthancServer/Sources/main.cpp	Wed Dec 06 14:19:59 2023 +0100
+++ b/OrthancServer/Sources/main.cpp	Fri Dec 08 10:15:09 2023 +0100
@@ -1182,7 +1182,7 @@
       else
       {
         context.SetRestApiWriteToFileSystemEnabled(false);
-        LOG(WARNING) << "REST API cannot write to the file system.";
+        LOG(WARNING) << "REST API cannot write to the file system bacause the \"RestApiWriteToFileSystemEnabled\" configuration is set to false.  The URI /instances/../export is disabled.  This is the most secure configuration.";
       }
 
       if (lock.GetConfiguration().GetBooleanParameter("WebDavEnabled", true))