Home
last modified time | relevance | path

Searched refs:logging (Results 1 – 25 of 7376) sorted by relevance

12345678910>>...296

/dports/net-p2p/bazarr/bazarr-1.0.2/bazarr/
H A Dlogger.py4 import logging
88 logging.getLogger("peewee").setLevel(logging.DEBUG)
92 logging.getLogger("subzero").setLevel(logging.DEBUG)
93 logging.getLogger("git").setLevel(logging.DEBUG)
100 logging.getLogger("srt").setLevel(logging.DEBUG)
117 logging.getLogger("srt").setLevel(logging.ERROR)
121 logging.getLogger("waitress").setLevel(logging.ERROR)
122 logging.getLogger("knowit").setLevel(logging.CRITICAL)
123 logging.getLogger("enzyme").setLevel(logging.CRITICAL)
124 logging.getLogger("guessit").setLevel(logging.WARNING)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_logging_global/vars/
H A Dmain.yaml6 - logging on
9 - logging userinfo
10 - logging facility local5
13 - logging host 172.16.1.12
19 - logging exception 4099
22 - logging trap errors
100 - no logging userinfo
162 - logging buginf
166 - logging count
182 - logging userinfo
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/log/test/run/
H A Dutil_stp_filter_parser.cpp50 logging::filter f = logging::parse_filter("%MyAttr%"); in BOOST_AUTO_TEST_CASE()
55 logging::filter f = logging::parse_filter(" % MyAttr % "); in BOOST_AUTO_TEST_CASE()
85 logging::filter f = logging::parse_filter("%MyAttr% = 10"); in BOOST_AUTO_TEST_CASE()
92 logging::filter f = logging::parse_filter("%MyAttr% != 10"); in BOOST_AUTO_TEST_CASE()
99 logging::filter f = logging::parse_filter("%MyAttr% < 20"); in BOOST_AUTO_TEST_CASE()
106 logging::filter f = logging::parse_filter("%MyAttr% < -7"); in BOOST_AUTO_TEST_CASE()
113 logging::filter f = logging::parse_filter("%MyAttr% > 10"); in BOOST_AUTO_TEST_CASE()
120 logging::filter f = logging::parse_filter("%MyAttr% > -5"); in BOOST_AUTO_TEST_CASE()
127 logging::filter f = logging::parse_filter("%MyAttr% <= 20"); in BOOST_AUTO_TEST_CASE()
134 logging::filter f = logging::parse_filter("%MyAttr% >= 20"); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dform_named_scope.cpp31 namespace logging = boost::log;
43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1()
44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2()
46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format()
59 static logging::string_literal full_format() { return logging::str_literal("%n (%f:%l)"); } in full_format()
62 static logging::string_literal function_name_format() { return logging::str_literal("%C"); } in function_name_format()
63 static logging::string_literal delimiter1() { return logging::str_literal("|"); } in delimiter1()
65 static logging::string_literal empty_marker() { return logging::str_literal("[empty]"); } in empty_marker()
75 static logging::wstring_literal default_format() { return logging::str_literal(L"%n"); } in default_format()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/log/test/run/
H A Dutil_stp_filter_parser.cpp50 logging::filter f = logging::parse_filter("%MyAttr%"); in BOOST_AUTO_TEST_CASE()
55 logging::filter f = logging::parse_filter(" % MyAttr % "); in BOOST_AUTO_TEST_CASE()
85 logging::filter f = logging::parse_filter("%MyAttr% = 10"); in BOOST_AUTO_TEST_CASE()
92 logging::filter f = logging::parse_filter("%MyAttr% != 10"); in BOOST_AUTO_TEST_CASE()
99 logging::filter f = logging::parse_filter("%MyAttr% < 20"); in BOOST_AUTO_TEST_CASE()
106 logging::filter f = logging::parse_filter("%MyAttr% < -7"); in BOOST_AUTO_TEST_CASE()
113 logging::filter f = logging::parse_filter("%MyAttr% > 10"); in BOOST_AUTO_TEST_CASE()
120 logging::filter f = logging::parse_filter("%MyAttr% > -5"); in BOOST_AUTO_TEST_CASE()
127 logging::filter f = logging::parse_filter("%MyAttr% <= 20"); in BOOST_AUTO_TEST_CASE()
134 logging::filter f = logging::parse_filter("%MyAttr% >= 20"); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dform_named_scope.cpp31 namespace logging = boost::log;
43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1()
44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2()
46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format()
59 static logging::string_literal full_format() { return logging::str_literal("%n (%f:%l)"); } in full_format()
62 static logging::string_literal function_name_format() { return logging::str_literal("%C"); } in function_name_format()
63 static logging::string_literal delimiter1() { return logging::str_literal("|"); } in delimiter1()
65 static logging::string_literal empty_marker() { return logging::str_literal("[empty]"); } in empty_marker()
75 static logging::wstring_literal default_format() { return logging::str_literal(L"%n"); } in default_format()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/log/test/run/
H A Dutil_stp_filter_parser.cpp50 logging::filter f = logging::parse_filter("%MyAttr%"); in BOOST_AUTO_TEST_CASE()
55 logging::filter f = logging::parse_filter(" % MyAttr % "); in BOOST_AUTO_TEST_CASE()
85 logging::filter f = logging::parse_filter("%MyAttr% = 10"); in BOOST_AUTO_TEST_CASE()
92 logging::filter f = logging::parse_filter("%MyAttr% != 10"); in BOOST_AUTO_TEST_CASE()
99 logging::filter f = logging::parse_filter("%MyAttr% < 20"); in BOOST_AUTO_TEST_CASE()
106 logging::filter f = logging::parse_filter("%MyAttr% < -7"); in BOOST_AUTO_TEST_CASE()
113 logging::filter f = logging::parse_filter("%MyAttr% > 10"); in BOOST_AUTO_TEST_CASE()
120 logging::filter f = logging::parse_filter("%MyAttr% > -5"); in BOOST_AUTO_TEST_CASE()
127 logging::filter f = logging::parse_filter("%MyAttr% <= 20"); in BOOST_AUTO_TEST_CASE()
134 logging::filter f = logging::parse_filter("%MyAttr% >= 20"); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dform_named_scope.cpp31 namespace logging = boost::log;
43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1()
44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2()
46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format()
59 static logging::string_literal full_format() { return logging::str_literal("%n (%f:%l)"); } in full_format()
62 static logging::string_literal function_name_format() { return logging::str_literal("%C"); } in function_name_format()
63 static logging::string_literal delimiter1() { return logging::str_literal("|"); } in delimiter1()
65 static logging::string_literal empty_marker() { return logging::str_literal("[empty]"); } in empty_marker()
75 static logging::wstring_literal default_format() { return logging::str_literal(L"%n"); } in default_format()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/log/test/run/
H A Dutil_stp_filter_parser.cpp50 logging::filter f = logging::parse_filter("%MyAttr%"); in BOOST_AUTO_TEST_CASE()
55 logging::filter f = logging::parse_filter(" % MyAttr % "); in BOOST_AUTO_TEST_CASE()
85 logging::filter f = logging::parse_filter("%MyAttr% = 10"); in BOOST_AUTO_TEST_CASE()
92 logging::filter f = logging::parse_filter("%MyAttr% != 10"); in BOOST_AUTO_TEST_CASE()
99 logging::filter f = logging::parse_filter("%MyAttr% < 20"); in BOOST_AUTO_TEST_CASE()
106 logging::filter f = logging::parse_filter("%MyAttr% < -7"); in BOOST_AUTO_TEST_CASE()
113 logging::filter f = logging::parse_filter("%MyAttr% > 10"); in BOOST_AUTO_TEST_CASE()
120 logging::filter f = logging::parse_filter("%MyAttr% > -5"); in BOOST_AUTO_TEST_CASE()
127 logging::filter f = logging::parse_filter("%MyAttr% <= 20"); in BOOST_AUTO_TEST_CASE()
134 logging::filter f = logging::parse_filter("%MyAttr% >= 20"); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dform_named_scope.cpp31 namespace logging = boost::log;
43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1()
44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2()
46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format()
59 static logging::string_literal full_format() { return logging::str_literal("%n (%f:%l)"); } in full_format()
62 static logging::string_literal function_name_format() { return logging::str_literal("%C"); } in function_name_format()
63 static logging::string_literal delimiter1() { return logging::str_literal("|"); } in delimiter1()
65 static logging::string_literal empty_marker() { return logging::str_literal("[empty]"); } in empty_marker()
75 static logging::wstring_literal default_format() { return logging::str_literal(L"%n"); } in default_format()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/log/test/run/
H A Dutil_stp_filter_parser.cpp50 logging::filter f = logging::parse_filter("%MyAttr%"); in BOOST_AUTO_TEST_CASE()
55 logging::filter f = logging::parse_filter(" % MyAttr % "); in BOOST_AUTO_TEST_CASE()
85 logging::filter f = logging::parse_filter("%MyAttr% = 10"); in BOOST_AUTO_TEST_CASE()
92 logging::filter f = logging::parse_filter("%MyAttr% != 10"); in BOOST_AUTO_TEST_CASE()
99 logging::filter f = logging::parse_filter("%MyAttr% < 20"); in BOOST_AUTO_TEST_CASE()
106 logging::filter f = logging::parse_filter("%MyAttr% < -7"); in BOOST_AUTO_TEST_CASE()
113 logging::filter f = logging::parse_filter("%MyAttr% > 10"); in BOOST_AUTO_TEST_CASE()
120 logging::filter f = logging::parse_filter("%MyAttr% > -5"); in BOOST_AUTO_TEST_CASE()
127 logging::filter f = logging::parse_filter("%MyAttr% <= 20"); in BOOST_AUTO_TEST_CASE()
134 logging::filter f = logging::parse_filter("%MyAttr% >= 20"); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dform_named_scope.cpp31 namespace logging = boost::log;
43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1()
44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2()
46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format()
59 static logging::string_literal full_format() { return logging::str_literal("%n (%f:%l)"); } in full_format()
62 static logging::string_literal function_name_format() { return logging::str_literal("%C"); } in function_name_format()
63 static logging::string_literal delimiter1() { return logging::str_literal("|"); } in delimiter1()
65 static logging::string_literal empty_marker() { return logging::str_literal("[empty]"); } in empty_marker()
75 static logging::wstring_literal default_format() { return logging::str_literal(L"%n"); } in default_format()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/log/test/run/
H A Dutil_stp_filter_parser.cpp50 logging::filter f = logging::parse_filter("%MyAttr%"); in BOOST_AUTO_TEST_CASE()
55 logging::filter f = logging::parse_filter(" % MyAttr % "); in BOOST_AUTO_TEST_CASE()
85 logging::filter f = logging::parse_filter("%MyAttr% = 10"); in BOOST_AUTO_TEST_CASE()
92 logging::filter f = logging::parse_filter("%MyAttr% != 10"); in BOOST_AUTO_TEST_CASE()
99 logging::filter f = logging::parse_filter("%MyAttr% < 20"); in BOOST_AUTO_TEST_CASE()
106 logging::filter f = logging::parse_filter("%MyAttr% < -7"); in BOOST_AUTO_TEST_CASE()
113 logging::filter f = logging::parse_filter("%MyAttr% > 10"); in BOOST_AUTO_TEST_CASE()
120 logging::filter f = logging::parse_filter("%MyAttr% > -5"); in BOOST_AUTO_TEST_CASE()
127 logging::filter f = logging::parse_filter("%MyAttr% <= 20"); in BOOST_AUTO_TEST_CASE()
134 logging::filter f = logging::parse_filter("%MyAttr% >= 20"); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dform_named_scope.cpp31 namespace logging = boost::log;
43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1()
44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2()
46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format()
59 static logging::string_literal full_format() { return logging::str_literal("%n (%f:%l)"); } in full_format()
62 static logging::string_literal function_name_format() { return logging::str_literal("%C"); } in function_name_format()
63 static logging::string_literal delimiter1() { return logging::str_literal("|"); } in delimiter1()
65 static logging::string_literal empty_marker() { return logging::str_literal("[empty]"); } in empty_marker()
75 static logging::wstring_literal default_format() { return logging::str_literal(L"%n"); } in default_format()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/log/test/run/
H A Dutil_stp_filter_parser.cpp50 logging::filter f = logging::parse_filter("%MyAttr%"); in BOOST_AUTO_TEST_CASE()
55 logging::filter f = logging::parse_filter(" % MyAttr % "); in BOOST_AUTO_TEST_CASE()
85 logging::filter f = logging::parse_filter("%MyAttr% = 10"); in BOOST_AUTO_TEST_CASE()
92 logging::filter f = logging::parse_filter("%MyAttr% != 10"); in BOOST_AUTO_TEST_CASE()
99 logging::filter f = logging::parse_filter("%MyAttr% < 20"); in BOOST_AUTO_TEST_CASE()
106 logging::filter f = logging::parse_filter("%MyAttr% < -7"); in BOOST_AUTO_TEST_CASE()
113 logging::filter f = logging::parse_filter("%MyAttr% > 10"); in BOOST_AUTO_TEST_CASE()
120 logging::filter f = logging::parse_filter("%MyAttr% > -5"); in BOOST_AUTO_TEST_CASE()
127 logging::filter f = logging::parse_filter("%MyAttr% <= 20"); in BOOST_AUTO_TEST_CASE()
134 logging::filter f = logging::parse_filter("%MyAttr% >= 20"); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dform_named_scope.cpp31 namespace logging = boost::log;
43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1()
44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2()
46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format()
59 static logging::string_literal full_format() { return logging::str_literal("%n (%f:%l)"); } in full_format()
62 static logging::string_literal function_name_format() { return logging::str_literal("%C"); } in function_name_format()
63 static logging::string_literal delimiter1() { return logging::str_literal("|"); } in delimiter1()
65 static logging::string_literal empty_marker() { return logging::str_literal("[empty]"); } in empty_marker()
75 static logging::wstring_literal default_format() { return logging::str_literal(L"%n"); } in default_format()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/log/test/run/
H A Dutil_stp_filter_parser.cpp50 logging::filter f = logging::parse_filter("%MyAttr%"); in BOOST_AUTO_TEST_CASE()
55 logging::filter f = logging::parse_filter(" % MyAttr % "); in BOOST_AUTO_TEST_CASE()
85 logging::filter f = logging::parse_filter("%MyAttr% = 10"); in BOOST_AUTO_TEST_CASE()
92 logging::filter f = logging::parse_filter("%MyAttr% != 10"); in BOOST_AUTO_TEST_CASE()
99 logging::filter f = logging::parse_filter("%MyAttr% < 20"); in BOOST_AUTO_TEST_CASE()
106 logging::filter f = logging::parse_filter("%MyAttr% < -7"); in BOOST_AUTO_TEST_CASE()
113 logging::filter f = logging::parse_filter("%MyAttr% > 10"); in BOOST_AUTO_TEST_CASE()
120 logging::filter f = logging::parse_filter("%MyAttr% > -5"); in BOOST_AUTO_TEST_CASE()
127 logging::filter f = logging::parse_filter("%MyAttr% <= 20"); in BOOST_AUTO_TEST_CASE()
134 logging::filter f = logging::parse_filter("%MyAttr% >= 20"); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dform_named_scope.cpp31 namespace logging = boost::log;
43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1()
44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2()
46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format()
59 static logging::string_literal full_format() { return logging::str_literal("%n (%f:%l)"); } in full_format()
62 static logging::string_literal function_name_format() { return logging::str_literal("%C"); } in function_name_format()
63 static logging::string_literal delimiter1() { return logging::str_literal("|"); } in delimiter1()
65 static logging::string_literal empty_marker() { return logging::str_literal("[empty]"); } in empty_marker()
75 static logging::wstring_literal default_format() { return logging::str_literal(L"%n"); } in default_format()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/log/test/run/
H A Dutil_stp_filter_parser.cpp50 logging::filter f = logging::parse_filter("%MyAttr%"); in BOOST_AUTO_TEST_CASE()
55 logging::filter f = logging::parse_filter(" % MyAttr % "); in BOOST_AUTO_TEST_CASE()
85 logging::filter f = logging::parse_filter("%MyAttr% = 10"); in BOOST_AUTO_TEST_CASE()
92 logging::filter f = logging::parse_filter("%MyAttr% != 10"); in BOOST_AUTO_TEST_CASE()
99 logging::filter f = logging::parse_filter("%MyAttr% < 20"); in BOOST_AUTO_TEST_CASE()
106 logging::filter f = logging::parse_filter("%MyAttr% < -7"); in BOOST_AUTO_TEST_CASE()
113 logging::filter f = logging::parse_filter("%MyAttr% > 10"); in BOOST_AUTO_TEST_CASE()
120 logging::filter f = logging::parse_filter("%MyAttr% > -5"); in BOOST_AUTO_TEST_CASE()
127 logging::filter f = logging::parse_filter("%MyAttr% <= 20"); in BOOST_AUTO_TEST_CASE()
134 logging::filter f = logging::parse_filter("%MyAttr% >= 20"); in BOOST_AUTO_TEST_CASE()
[all …]
H A Dform_named_scope.cpp31 namespace logging = boost::log;
43 static logging::string_literal scope1() { return logging::str_literal("scope1"); } in scope1()
44 static logging::string_literal scope2() { return logging::str_literal("scope2"); } in scope2()
46 static logging::string_literal file() { return logging::str_literal(__FILE__); } in file()
58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format()
59 static logging::string_literal full_format() { return logging::str_literal("%n (%f:%l)"); } in full_format()
62 static logging::string_literal function_name_format() { return logging::str_literal("%C"); } in function_name_format()
63 static logging::string_literal delimiter1() { return logging::str_literal("|"); } in delimiter1()
65 static logging::string_literal empty_marker() { return logging::str_literal("[empty]"); } in empty_marker()
75 static logging::wstring_literal default_format() { return logging::str_literal(L"%n"); } in default_format()
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/testing/
H A Dlogs_test.py15 import logging
63 logging.error('other')
66 logging.error('other')
70 logging.error('other')
74 logging.error('other')
78 logging.error('other')
83 logging.error('other')
115 logging.info('count')
120 logging.info('count')
124 logging.info('count')
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/testing/
H A Dlogs_test.py15 import logging
63 logging.error('other')
66 logging.error('other')
70 logging.error('other')
74 logging.error('other')
78 logging.error('other')
83 logging.error('other')
115 logging.info('count')
120 logging.info('count')
124 logging.info('count')
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/testing/
H A Dlogs_test.py15 import logging
63 logging.error('other')
66 logging.error('other')
70 logging.error('other')
74 logging.error('other')
78 logging.error('other')
83 logging.error('other')
115 logging.info('count')
120 logging.info('count')
124 logging.info('count')
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/testing/
H A Dlogs_test.py15 import logging
63 logging.error('other')
66 logging.error('other')
70 logging.error('other')
74 logging.error('other')
78 logging.error('other')
83 logging.error('other')
115 logging.info('count')
120 logging.info('count')
124 logging.info('count')
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/testing/
H A Dlogs_test.py15 import logging
63 logging.error('other')
66 logging.error('other')
70 logging.error('other')
74 logging.error('other')
78 logging.error('other')
83 logging.error('other')
115 logging.info('count')
120 logging.info('count')
124 logging.info('count')
[all …]

12345678910>>...296