#235 Update & Review modules/ROOT/pages/anaconda/anaconda_logging.adoc
Merged 4 years ago by pbokoc. Opened 4 years ago by yozaam.
fedora-docs/ yozaam/quick-docs master  into  master

@@ -1,7 +1,5 @@ 

  = Anaconda Logging

  

- include::{partialsdir}/unreviewed-message.adoc[]

- 

  == Introduction

  Anaconda tracks all of its activities in logs.

  This includes:
@@ -103,7 +101,7 @@ 

  The anaconda RPM provides the `analog` script, which generates a suitable rsyslogd configuration file based on a couple of install parameters.

  It is also able to generate a bash command to launch rsyslogd with the generated configuration.

  Thus you can do from a shell:

-  $ eval `scripts/analog -p 6080 -s -o ./someconf /home/akozumpl/remote_inst`

+  `$ eval scripts/analog -p 6080 -s -o ./someconf /home/akozumpl/remote_inst`

  This starts an rsyslog daemon that will listen on port 6080.

  The logs from the remote machine with IP 10.34.33.221 will be stored under  `/home/akozumpl/remote_inst/10.34.33.221/`, e.g. `/home/akozumpl/remote_inst/10.34.33.221/anaconda.log`.

  

issue #217
Reviewed and made correction where : " $ eval " was not getting the red highlight as part of the shell command in configuration example

pretty please pagure-ci rebuild

4 years ago

rebased onto 7fa8c81

4 years ago

Pull-Request has been merged by pbokoc

4 years ago

Hey, is this issue still open? I just started as a contributor and not so sure where to start.

Hey, is this issue still open? I just started as a contributor and not so sure where to start.

No, this was merged. If you're looking for a place to start, you can check out the open issues in the repo.

Metadata