You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (Jira)" <ji...@apache.org> on 2021/01/29 20:42:00 UTC

[jira] [Created] (GEODE-8892) Loosen restrictions on log file names

Blake Bender created GEODE-8892:
-----------------------------------

             Summary: Loosen restrictions on log file names
                 Key: GEODE-8892
                 URL: https://issues.apache.org/jira/browse/GEODE-8892
             Project: Geode
          Issue Type: Improvement
          Components: native client
            Reporter: Blake Bender


When rewriting the logger for GEODE-8806, we added validation to log file names using `boost::filesystem::portable_file_name`, which puts restrictions on the name that didn't exist before, depending on the platform.  At least one Windows user has hit this with a log file name that is perfectly okay for that platform, so for compatibility's sake we need to switch to use another validation method, or simply throw an exception if we're unable to open the file.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)