Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 233 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 233 Bytes

LogImporter

Monolog logs import tool

Required database config file named _connection_settings.php like this:

<?php

return [
    'database'  =>  'logs',
    'username'  =>  'username',
    'password'  =>  'password'
];