cb75b27 Add parameter --logger to daemons

Authored and Committed by lslebodn 6 years ago
    Add parameter --logger to daemons
    
    Different binary handled information about logging differently
     e,g, --debug-to-files --debug-to-stderr
    And logging to journald was a special case of previous options
    (!debug_file && !debug_to_stderr). It was also tied to the monitor option
    "--daemon" and therefore loggind to stderr was used in interactive mode
    + systemd Type=notify.
    
    Resolves:
    https://pagure.io/SSSD/sssd/issue/3433
    
    Reviewed-by: Justin Stephenson <jstephen@redhat.com>
    Reviewed-by: Fabiano FidĂȘncio <fidencio@redhat.com>
    
        
file modified
+31 -0
file modified
+15 -33
file modified
+4 -0
file modified
+4 -0
file modified
+4 -0
file modified
+4 -0
file modified
+4 -0
file modified
+4 -0
file modified
+4 -0
file modified
+10 -0
file modified
+1 -1
file modified
+2 -2
file modified
+7 -5