Disable structure sectioning messages on console
Hi, Is it possible to disable the `structure > sectioning >` messages that are displayed on the console? Thanks, Aditya
The structure is printed via logs.reporter("structure","sectioning") You can disable it via \ctxlua{logs.disable("structure")} but I guess this will disable all logging in the "structure" category. You could also disable the interface command via \let\strc_sectioning_report\relax On 03/06/2017 06:55 AM, Aditya Mahajan wrote:
Hi,
Is it possible to disable the `structure > sectioning >` messages that are displayed on the console?
Thanks, Aditya ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
On 3/6/2017 11:09 AM, Henri Menke wrote:
The structure is printed via
logs.reporter("structure","sectioning")
You can disable it via
\ctxlua{logs.disable("structure")}
but I guess this will disable all logging in the "structure" category. You could also disable the interface command via
indeed
\let\strc_sectioning_report\relax
it's a bad idea to overload such low level commands
On 03/06/2017 06:55 AM, Aditya Mahajan wrote:
Hi,
Is it possible to disable the `structure > sectioning >` messages that are displayed on the console?
context --silent=structure,page,source,floatblocks,metapost,resolvers etc ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On Mon, 6 Mar 2017, Henri Menke wrote:
The structure is printed via
logs.reporter("structure","sectioning")
You can disable it via
\ctxlua{logs.disable("structure")}
but I guess this will disable all logging in the "structure" category.
Thanks! On Mon, 6 Mar 2017, Hans Hagen wrote:
context --silent=structure,page,source,floatblocks,metapost,resolvers
Thanks! Aditya
participants (3)
-
Aditya Mahajan
-
Hans Hagen
-
Henri Menke