import React from 'react'; // We will localize this file when the complete version is released. const SettingsLogs: React.FC = () => { return ( <>
Logs page is still being built. For now, you can access your logs directly in stdout (container logs) or looking in{' '} /app/config/logs/overseerr.log
); }; export default SettingsLogs;