On 2020-09-11 08:03, alexey....@gmail.com wrote:
Hi everyone!
I receive warnings in the logs, I would like to know how I can ignore these warnings so that they are not written to the log? This is a block of code calling the executable file, each time it is called, I get 3 entries in the log: WARN  [qtp1238512464-45] [puppetserver] Puppet Unrecognized escape sequence '\8' WARN  [qtp1238512464-45] [puppetserver] Puppet Unrecognized escape sequence '\b' WARN  [qtp1238512464-45] [puppetserver] Puppet Unrecognized escape sequence '\1'


It would be far better if you modified the source and used \\ to denote that it is a literal backslash. This because if you turn of the warning (if it can be done at all), you will not know when it is wrong in other places).

I know that is not what you wanted to hear...

Best,
- henrik


--

Visit my Blog "Puppet on the Edge"
http://puppet-on-the-edge.blogspot.se/

--
You received this message because you are subscribed to the Google Groups "Puppet 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/rjfv46%24oav%241%40ciao.gmane.io.

Reply via email to