GitHub user mike-jumper opened a pull request:

    https://github.com/apache/incubator-guacamole-server/pull/80

    GUACAMOLE-259: Add TRACE log level.

    We've avoided adding log levels below DEBUG, as syslog does not support 
such levels, but as a consequence we are forced to avoid logging which may 
affect performance, useful though it may be.
    
    This change adds a new TRACE log level to libguac's existing logging 
facilities, allowing logging of low-level events (like those required by 
[GUACAMOLE-259](https://issues.apache.org/jira/browse/GUACAMOLE-259)) which 
would otherwise pollute use of the DEBUG level.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mike-jumper/incubator-guacamole-server 
trace-level

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-guacamole-server/pull/80.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #80
    
----
commit e910dcbfcc436b527c0217e5ce5b5e1b9b0d48d7
Author: Michael Jumper <[email protected]>
Date:   2017-03-30T05:32:01Z

    GUACAMOLE-259: Add TRACE log level.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to