Nakai Toru (Technical Support)
2016-Mar-28 11:16 UTC
Is it possible to extend log message?
On 2016/03/28 20:04, Nico Kadel-Garcia wrote:> Possible? Probably, But what precisely were you thinking needs more > than 500 characters?Because of the message is suppressed if the path name is very long as following. Mar 28 00:00:00 hostA sftp-server[123]: set "/very/long/path/name/here" mod ^^^^ So we can't see what "modtime" is set in this case. Thanks nakai
On Mon, Mar 28, 2016 at 7:16 AM, Nakai Toru (Technical Support) <nakai at sgi.com> wrote:> > On 2016/03/28 20:04, Nico Kadel-Garcia wrote: >> >> Possible? Probably, But what precisely were you thinking needs more >> than 500 characters? > > > Because of the message is suppressed if the path name is very long as > following. > > Mar 28 00:00:00 hostA sftp-server[123]: set "/very/long/path/name/here" mod > > ^^^^ > > So we can't see what "modtime" is set in this case. > > Thanks > > nakaiWouldn't it be much, much easier not to use such long paths? And generally easier for your userbase to work with?
On March 28, 2016 3:07:59 PM GMT+03:00, Nico Kadel-Garcia <nkadel at gmail.com> wrote:>Wouldn't it be much, much easier not to use such long paths? And >generally easier for your userbase to work with?Probably. But the software must be malleable enough anyway, just to not dictate it's users TheOnlyRightWayToOperateThatTheLordDecidedOnceForever. -- Sincerely Yours, Dan.
On Mon, Mar 28, 2016 at 08:07:59AM -0400, Nico Kadel-Garcia wrote:>Wouldn't it be much, much easier not to use such long paths? And >generally easier for your userbase to work with?Yeah, and of course for potentially security-sensitive log messages, make sure you ask the bad guys to not use long paths either. Mike Stone