Brekeke Log Level
Changing Brekeke products log level can be used for debugging. The range of the logging level is from 0 to 255. The default logging level is 10.The higher logging level may reduce the server performance.
Brekeke Logging Level and their values
Logging Level | Value |
No logging | 0 |
System | 1 |
Error | 2 |
Warning | 4 |
Exception | 8 |
Status | 16 |
Detail | 32 |
Debug | 64 |
All | 255 |
Multiply log levels can be set to the same logging variable by using logical add (OR).
For example:
System(1) and Detail(32) = 1 OR 32 = 33
net.sip.loglevel.file = 33
Related Links:
- How to log SIP packets
- Logging Variables Section 10.5