Talk:Ns log
Jump to navigation
Jump to search
I get the following error message that indicates some additional functionality in ns_log.
unknown severity: "dev": should be notice, warning, error, fatal, bug, debug or integer value
I tried using "dev" because in the annotated configuration file http://www.aolserver.com/docs/admin/config-reference.tcl.txt there is a mention that it is an option.
ns_section "ns/parameters" # ... # Server logging ns_param dev true ;# Display logging with "Dev" severity
Yet, when I try "ns_log 1 foo" I don't see anything in the server log file. I don't get an error either.