Skip to content

Commit

Permalink
Forgot something
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Sep 13, 2024
1 parent 9dbdd26 commit b85589a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/troubleshooting/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ Inserting from XPath expression, default value null

**Answer:** You can use a FixedQuerySender to insert rows in a table. The values to insert are given in ``<Param>`` elements. The value to insert can be given by an XPath expression, for example ``<Param name="myParam" xpathExpression="/BIJKANT/PK/PK_NUMMER"/>``. You cannot use the ``defaultValue`` attribute to use a default value of ``null``, but you do not need to. When you omit the ``defaultValue`` attribute, you will have ``null`` when your XPath expression does not find anything.

Custom logging with log4j
-------------------------
Logging
-------

Frank developers can add extra logging using to their configuration using the ``<LogSender>``. Log messages always have a category, which you can set using attribute ``logCategory``. When you do not set the log category, the sender's name appears in the log as the log category. By default, logging written by ``<LogSender>`` appears in log file ``${instance.name.lc}.log``. The system administrator who deploys the Frank application may override this however, see :ref:`deploymentCustomLogging`.

Expand Down

0 comments on commit b85589a

Please sign in to comment.