Home
last modified time | relevance | path

Searched refs:logging_config (Results 26 – 50 of 65) sorted by relevance

123

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/dataproc/jobs/
H A Dpresto.py76 def ConfigureJob(messages, job, files_by_type, logging_config, args): argument
82 loggingConfig=logging_config)
H A Dspark_sql.py77 def ConfigureJob(messages, job, files_by_type, logging_config, args): argument
83 loggingConfig=logging_config)
H A Dpig.py80 def ConfigureJob(messages, job, files_by_type, logging_config, args): argument
87 loggingConfig=logging_config)
H A Dpyspark.py102 def ConfigureJob(messages, job, files_by_type, logging_config, args): argument
112 loggingConfig=logging_config)
/dports/net-im/py-matrix-synapse/synapse-1.50.2/scripts/
H A Dupdate_synapse_database87 logging_config = {
92 logging.basicConfig(**logging_config)
H A Dmove_remote_media_to_new_store.py112 logging_config = { variable
116 logging.basicConfig(**logging_config)
H A Dsynapse_port_db1176 logging_config = {
1182 logging_config["filename"] = "port-synapse.log"
1184 logging.basicConfig(**logging_config)
/dports/www/moinmoin/moin-1.9.11/MoinMoin/
H A Dlog.py61 logging_config = """\ variable
142 f = StringIO(logging_config)
/dports/www/trafficserver/trafficserver-9.1.1/tests/gold_tests/logging/
H A Dlog_pipe.test.py31 def get_ts(logging_config): argument
52 ts.Disk.logging_yaml.AddLines(logging_config)
/dports/devel/py-PyUtilib/PyUtilib-6.0.0/pyutilib/component/config/
H A D__init__.py22 from pyutilib.component.config.logging_config import LoggingConfig
/dports/www/py-google-cloud-logging/google-cloud-logging-2.7.0/google/cloud/logging_v2/types/
H A D__init__.py35 from .logging_config import (
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/natural_language_inference/
H A Dutils.py25 def logging_config(logpath=None, function
H A Dmain.py47 from utils import logging_config
252 logging_config(os.path.join(args.output_dir, 'main.log'))
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/webserver/
H A Dconfig.py40 logging_config = { variable
H A DREADME.md64 * Enable logging to a file in `logging_config`
/dports/misc/py-gluonnlp/gluon-nlp-0.10.0/scripts/machine_translation/
H A Dutils.py26 def logging_config(folder=None, name=None, function
H A Dinference_transformer.py51 from utils import logging_config
118 logging_config(args.save_dir)
H A Dtrain_gnmt.py50 from utils import logging_config
107 logging_config(args.save_dir)
H A Dtrain_transformer.py54 from utils import logging_config
140 logging_config(args.save_dir)
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/utils/
H A Dlog.pyi10 def configure_logging(logging_config: str, logging_settings: Dict[str, Any]) -> None: ...
/dports/devel/py-moto/moto-2.2.16/moto/s3/
H A Dmodels.py1041 def set_logging(self, logging_config, bucket_backend): argument
1042 if not logging_config:
1047 if not bucket_backend.buckets.get(logging_config["TargetBucket"]):
1054 for grant in bucket_backend.buckets[logging_config["TargetBucket"]].acl.grants:
1080 bucket_backend.buckets[logging_config["TargetBucket"]].region_name
1086 self.logging = logging_config
1775 def put_bucket_logging(self, bucket_name, logging_config): argument
1777 bucket.set_logging(logging_config, self)
/dports/devel/py-pipx/pipx-0.16.4/src/pipx/
H A Dmain.py669 logging_config = {
705 logging.config.dictConfig(logging_config)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dboto_translation.py1427 logging_config = boto_logging['Logging']
1428 log_object_prefix_present = 'LogObjectPrefix' in logging_config
1429 log_bucket_present = 'LogBucket' in logging_config
1434 logging_config['LogObjectPrefix'])
1436 cloud_api_bucket.logging.logBucket = logging_config['LogBucket']
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dboto_translation.py1189 logging_config = boto_logging['Logging']
1190 log_object_prefix_present = 'LogObjectPrefix' in logging_config
1191 log_bucket_present = 'LogBucket' in logging_config
1196 logging_config['LogObjectPrefix'])
1198 cloud_api_bucket.logging.logBucket = logging_config['LogBucket']
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dboto_translation.py1421 logging_config = boto_logging['Logging']
1422 log_object_prefix_present = 'LogObjectPrefix' in logging_config
1423 log_bucket_present = 'LogBucket' in logging_config
1428 logging_config['LogObjectPrefix'])
1430 cloud_api_bucket.logging.logBucket = logging_config['LogBucket']

123