-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
T4576: Accel-ppp logging level configuration
- Loading branch information
Showing
12 changed files
with
80 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
<!-- include start from accel-ppp/log.xml.i --> | ||
<node name="log"> | ||
<properties> | ||
<help>Server logging </help> | ||
</properties> | ||
<children> | ||
<leafNode name="level"> | ||
<properties> | ||
<help>Specifies log level</help> | ||
<valueHelp> | ||
<format>0</format> | ||
<description>Turn off logging</description> | ||
</valueHelp> | ||
<valueHelp> | ||
<format>1</format> | ||
<description>Log only error messages</description> | ||
</valueHelp> | ||
<valueHelp> | ||
<format>2</format> | ||
<description>Log error and warning messages</description> | ||
</valueHelp> | ||
<valueHelp> | ||
<format>3</format> | ||
<description>Log error, warning and minimum information messages</description> | ||
</valueHelp> | ||
<valueHelp> | ||
<format>4</format> | ||
<description>Log error, warning and full information messages</description> | ||
</valueHelp> | ||
<valueHelp> | ||
<format>5</format> | ||
<description>Log all messages including debug messages</description> | ||
</valueHelp> | ||
<constraint> | ||
<validator name="numeric" argument="--range 0-5"/> | ||
</constraint> | ||
</properties> | ||
<defaultValue>3</defaultValue> | ||
</leafNode> | ||
</children> | ||
</node> | ||
<!-- include end --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters