[Koha-bugs] [Bug 31729] Enable automatic filesystem refresh in Plack

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 23 15:06:31 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31729

Mason James <mtj at kohaaloha.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #148612|0                           |1
        is obsolete|                            |

--- Comment #28 from Mason James <mtj at kohaaloha.com> ---
Created attachment 148613
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=148613&action=edit
Bug 31729: renamed log file to plack-watcher.log

to test...

- modify some perl files in watched dir
  $ echo `date` >  /kohadevbox/koha/xxx.pl
  $ echo `date` >  /kohadevbox/koha/xxx.pm

- see HUP/inotify messages in log file
  $ tail -f /var/log/koha/kohadev/plack-watcher.log  \
            /var/log/koha/kohadev/plack-error.log
  CLOSE_WRITE,CLOSE happened to xxx.pl in /kohadevbox/koha/
  CLOSE_WRITE,CLOSE happened to xxx.pm in /kohadevbox/koha/
  Sending children hup signal

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list