Skip to content

Commit

Permalink
set the right log collector process name.
Browse files Browse the repository at this point in the history
  • Loading branch information
aregtech committed Dec 17, 2024
1 parent 67234e2 commit 636c92c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions framework/areg/resources/areg.init
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 636c92c

Please sign in to comment.