summaryrefslogtreecommitdiff
path: root/netsvcs
diff options
context:
space:
mode:
Diffstat (limited to 'netsvcs')
-rw-r--r--netsvcs/servers/svc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/servers/svc.conf b/netsvcs/servers/svc.conf
index 6b18ec3921a..d3fb7c95f58 100644
--- a/netsvcs/servers/svc.conf
+++ b/netsvcs/servers/svc.conf
@@ -8,7 +8,7 @@
# hardcoded "-p 20xxx" with "-p $PORTxxx" if you set your environment
# variables correctly.
-dynamic Logger Service_Object * ACE:_make_ACE_Logging_Strategy() "-s foobar -f STDERR|OSTREAM|VERBOSE"
+dynamic Logger Service_Object * ACE:_make_ACE_Logging_Strategy() "-w -s foobar -f STDERR|OSTREAM|VERBOSE"
dynamic Time_Service Service_Object * netsvcs:_make_ACE_TS_Server_Acceptor() "-p 20222"
dynamic Name_Server Service_Object * netsvcs:_make_ACE_Name_Acceptor() "-p 20012"
# This service is disabled by default -- only enable it ACE is compiled with ACE_HAS_TOKENS_LIBRARY.