Added a note about enabling or disabling logfiles to MaxScale_template.cnf.

This commit is contained in:
Markus Makela
2015-02-06 17:49:37 +02:00
parent 75e2ef794f
commit dd829d29e5

View File

@ -1,9 +1,19 @@
## Example MaxScale.cnf configuration file ## Example MaxScale.cnf configuration file
# #
# Global parameters
#
# Number of worker threads in MaxScale # Number of worker threads in MaxScale
# #
# threads=<number of threads> # threads=<number of threads>
# #
# Enabled logfiles. The message log is enabled by default and
# the error log is always enabled.
#
# log_messages=<1|0>
# log_trace=<1|0>
# log_debug=<1|0>
## Example:
[maxscale] [maxscale]
threads=4 threads=4