LogBox with columnMap spits out an error

hey,

when using the columnMap in logbox properties, i get an error that
"instance.columns" is not defined. i'm using coldbox M6.

here's the config snippet

  logBox = {
    appenders = {
      DBLog = {
        class="coldbox.system.logging.appenders.DBAppender",
        properties = {
          dsn="app_dsn",
          table="Logs",
          columnMap = {
            id="Logs_ID",
            severity="Logs_Severity",
            category="Logs_Category",
            logdate="Logs_Logdate",
            appendername="Logs_Appendername",
            message="Logs_Message",
            extrainfo="Logs_Extrainfo"
          }

        }
      }
    },
    root = {levelMin="FATAL", levelMax="INFO", appenders="*"}
  };

can you pleas post the exception.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

it's a mere coldfusion error message

Thanks, bug verified and marked for 1.5 release.

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com