Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Improve file diff logger #29

Closed

Conversation

ackintosh
Copy link
Collaborator

I have improved the following two points.

  • Execution time.

Added the state to FileDiffLogger whether already been executed once.

  • Added the command-line option and configuration

FileDiffLogger is disabled by default, but the following will be enabled.

phync --file-diff /path/to/file

<?php
// config.php
return array(
    'destinations' => array(
        'foo.example.com',
    ),
    'file_diff' => true, // It is false if it is omitted.
);

@yuya-takeyama
Copy link
Owner

Sorry for not responding for so long.

I don't think anyone uses it anymore, so I'm closing it.

@ackintosh ackintosh deleted the improve_file_diff_logger branch May 13, 2022 22:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants