{"id":23654856,"url":"https://github.com/apache/logging-admin","last_synced_at":"2026-05-02T11:33:38.639Z","repository":{"id":269994309,"uuid":"909014957","full_name":"apache/logging-admin","owner":"apache","description":"Apache Logging Admin API","archived":false,"fork":false,"pushed_at":"2024-12-30T16:10:45.000Z","size":47,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-10-28T00:35:32.046Z","etag":null,"topics":["apache","java","jpl","jul","log4j","log4j2","logging"],"latest_commit_sha":null,"homepage":"https://logging.apache.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-27T14:38:23.000Z","updated_at":"2024-12-30T16:10:48.000Z","dependencies_parsed_at":"2024-12-27T18:23:50.918Z","dependency_job_id":"fc6e098b-b489-42fe-b58b-3854fc77c3e6","html_url":"https://github.com/apache/logging-admin","commit_stats":null,"previous_names":["apache/logging-admin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/apache/logging-admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Flogging-admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Flogging-admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Flogging-admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Flogging-admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/logging-admin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Flogging-admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32533344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T11:28:32.350Z","status":"ssl_error","status_checked_at":"2026-05-02T11:27:30.140Z","response_time":132,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apache","java","jpl","jul","log4j","log4j2","logging"],"created_at":"2024-12-28T19:33:37.665Z","updated_at":"2026-05-02T11:33:38.619Z","avatar_url":"https://github.com/apache.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"////\n * Licensed to the Apache Software Foundation (ASF) under one or more\n * contributor license agreements.  See the NOTICE file distributed with\n * this work for additional information regarding copyright ownership.\n * The ASF licenses this file to you under the Apache License, Version 2.0\n * (the \"License\"); you may not use this file except in compliance with\n * the License.  You may obtain a copy of the License at\n *\n *      http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n////\nThis repository contains an initial sketch of an *Apache Logging Admin API*.\nSee the\nhttps://lists.apache.org/thread/ktdlo5br6jc39xo33vdsfsj2s200mm93[\"New API for log level manipulation\" thread]\nfor more details.\n\nThe purpose of the API is to allow the programmatic configuration of the logging backend in an implementation independent way.\n\n[source,java]\n----\nimport org.apache.logging.admin.LoggingAdmin;\n\npublic final class Main {\n  private static final Object TOKEN = new Object();\n\n  public static void main(String[] args) {\n    int i = 0;\n    while (i \u003c args.length) {\n      if (\"--logLevel\".equals(args[i]) \u0026\u0026 ++i \u003c args.length) {\n        LoggingAdmin admin = LoggingAdmin.getInstance(TOKEN);\n        admin.setLevel(\"\", args[i]);\n      }\n      i++;\n    }\n  }\n}\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Flogging-admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Flogging-admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Flogging-admin/lists"}