diff --git a/framework/areg/resources/areg.init b/framework/areg/resources/areg.init index 9eb94eef..30be1dfb 100644 --- a/framework/areg/resources/areg.init +++ b/framework/areg/resources/areg.init @@ -22,8 +22,8 @@ # # Logging to remote host: To log to remote host, specify the IP-address and the port number listed # in the section of service specified in 'log::*::remote::service'. -# For example, if 'log::*::remote::service = logger', change the settings -# in the section 'logger' to set IP-address and port number. +# For example, if 'log::*::remote::service = logcollector', change the settings +# in the section 'logcollector' to set IP-address and port number. # The 'log::*::enable::remote' should be enabled to make remote logging. # # Log scopes and prio: To set the logging priority, use logging scopes specified in the 'log' section. @@ -63,7 +63,7 @@ # Meaning of Layout format: # The Layout Format is relevant only when logs the messages in the plain text file. # The Layout Format specification fields are following: -# %a -- outputs the ID of a logging object set by the logger. +# %a -- outputs the ID of a logging object set by the log collector. # %c -- output tick-count value since process start # %d -- output day and time data # %e -- output module (process) ID @@ -155,7 +155,7 @@ log::logobserver::db::location = ./logs/log_%time%.sqlite3 # Logobserve # Messaging enable states for the logcollector and mcrouter services. # --------------------------------------------------------------------------- log::logcollector::enable::file = false # Log Collector service: do not output log messages in the file -log::logcollector::enable::debug = false # Log Collector service: do not output logs in the debug output +log::logcollector::enable::debug = false # Log Collector service: do not output logs in the debug output window log::logcollector::enable::db = false # Log Collector service: do not output in the database log::mcrouter::enable::file = false # MC Router: File logging enable / disable flag log::mcrouter::enable::db = false # MC Router: Database logging enable / disable flag