diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-03-03 11:56:00 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-03-03 11:56:00 -0500 |
commit | 91fee4b8616ce94be3b18f58b8d361d784ce92a6 (patch) | |
tree | 3c6a2ff49085e51d56f1d6b24f1997bc3523968b /src/monkeysphere-authentication | |
parent | b94c148b51a53f47ac2513af0e400cc9234bc3dd (diff) |
fix to logging to prefix all log output with log prefix, and allow changing of log prefix.
Diffstat (limited to 'src/monkeysphere-authentication')
-rwxr-xr-x | src/monkeysphere-authentication | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/monkeysphere-authentication b/src/monkeysphere-authentication index b0dcc88..85ff04f 100755 --- a/src/monkeysphere-authentication +++ b/src/monkeysphere-authentication @@ -129,6 +129,7 @@ REQUIRED_USER_KEY_CAPABILITY=${MONKEYSPHERE_REQUIRED_USER_KEY_CAPABILITY:="a"} GNUPGHOME_CORE=${MONKEYSPHERE_GNUPGHOME_CORE:="${MADATADIR}/core"} GNUPGHOME_SPHERE=${MONKEYSPHERE_GNUPGHOME_SPHERE:="${MADATADIR}/sphere"} CORE_KEYLENGTH=${MONKEYSPHERE_CORE_KEYLENGTH:="2048"} +LOG_PREFIX=${MONKEYSPHERE_LOG_PREFIX:='ms: '} # export variables needed in su invocation export DATE |