diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-07-26 06:10:17 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-07-26 06:10:21 -0500 |
commit | 84f816ce607a2b8aaa7ea4f0f4da0b6bdf56859b (patch) | |
tree | bda9c4491af98b91c1c942fdb149637635aa5b4f /auth/sample | |
parent | b3a6814af9ab63fa59d0233f5d2ebb032f0b1597 (diff) |
Initial LogLevel to INFO
Issue-ID: AAF-910
Change-Id: I4303e0836c2d7f6e5513f9831a5af750e925797e
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/sample')
-rw-r--r-- | auth/sample/local/aaf.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/sample/local/aaf.props b/auth/sample/local/aaf.props index 022ca4eb..f1efb9be 100644 --- a/auth/sample/local/aaf.props +++ b/auth/sample/local/aaf.props @@ -39,4 +39,4 @@ cadi_x509_issuers= # Other aaf_data_dir=/opt/app/osaaf/data cadi_token_dir=/opt/app/osaaf/tokens -cadi_loglevel=WARN +cadi_loglevel=INFO |