Trace configuration sensitive to format
---------------------------------------

                 Key: CORE-6074
                 URL: http://tracker.firebirdsql.org/browse/CORE-6074
             Project: Firebird Core
          Issue Type: Bug
          Components: Engine
    Affects Versions: 3.0.4
            Reporter: Pavel Cisar
            Priority: Minor


This configuration is considered as wrong (silently does nothing):

database {
  enabled = true
  log_connections = true
}

while this one works fine:

database 
{
  enabled = true
  log_connections = true
}

It's possible that configuration parser is sensitive to other "cosmetic" 
divergences from canonical format.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to