/*
 *  This file is part of CoCalc: Copyright © 2021 Sagemath, Inc.
 *  License: AGPLv3 s.t. "Commons Clause" – see LICENSE.md for details
 */

/*
Logger for a CoCalc project

The logger in packages/hub uses this one as well, but with some minor configuration changes.
*/

export { getLogger } from "@cocalc/backend/logger";
