Ignore:
Timestamp:
04/05/12 07:16:26 (14 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
682ccd2
Parents:
acc2c60
Message:
  • Fixed issue with empty filters in active eventlog
  • Resolved some issues with loggingin default set to debug.
  • Fixed so --debug actually works
  • Added --log-to-file and set "nscp test" to not log to file.
  • Fixed typo related to allow arguments option
  • Added levels to comment for log level in config.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/nscapi/nscapi_protobuf_functions.hpp

    r83c2453 r440c0cb  
    8585        if (ret == NSCAPI::log_level::error) 
    8686          return Plugin::LogEntry_Entry_Level_LOG_ERROR; 
    87         if (ret == NSCAPI::log_level::log) 
    88           return Plugin::LogEntry_Entry_Level_LOG_INFO; 
    8987        if (ret == NSCAPI::log_level::info) 
    9088          return Plugin::LogEntry_Entry_Level_LOG_INFO; 
Note: See TracChangeset for help on using the changeset viewer.