Update application.rb

This commit is contained in:
Руслан 2023-07-31 19:01:11 +06:00 committed by GitHub
parent 9654487ff7
commit 95030a3acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -475,6 +475,7 @@ class Application
def self.run(argv)
s = self.new
s.config_fname = '/etc/pg_ldap_sync.yaml'
s.groups_fname = ''
s.log = Logger.new($stdout)
s.log.level = Logger::ERROR