in reply to Re^2: Why can't I write to a custom log from a Catalyst application on SELinux/CentOS
in thread Why can't I write to a custom log from a Catalyst application on SELinux/CentOS
Nope, from testing in the debugger, do new handles automatically autoflush
DB<280> open LOG, ">>", "log.txt" DB<281> ! type log.txt DB<282> print LOG "bla" DB<283> ! type log.txt bla DB<284> DB<284> print LOG "\n" DB<285> ! type log.txt bla DB<286>
probably is Catalyst bending the defaults?
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why can't I write to a custom log from a Catalyst application on SELinux/CentOS
by choroba (Cardinal) on Feb 11, 2021 at 18:01 UTC | |
by LanX (Saint) on Feb 11, 2021 at 18:37 UTC | |
by LanX (Saint) on Feb 12, 2021 at 01:26 UTC | |
by LanX (Saint) on Feb 11, 2021 at 18:30 UTC |