diff options
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-04-29 03:53:31 +0000 |
---|---|---|
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2007-04-29 03:53:31 +0000 |
commit | c749b7227b331daaac23eb271698e4f60301619f (patch) | |
tree | 8d1e3274f70e8c386dd3b5eea80302f5dc87393c /vtysh/ChangeLog | |
parent | 1ed72e0b3a643fa1be6f1efa904965798a575cd1 (diff) |
[logging] Add new "log timestamp precision" command for subsecond timestamps
2007-04-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
* vtysh.c: (vtysh_log_timestamp_precision,
no_vtysh_log_timestamp_precision) Implement new log timestamp
precision commands: send to all daemons.
(vtysh_init_vty) Install new log timestamp precision commands.
Diffstat (limited to 'vtysh/ChangeLog')
-rw-r--r-- | vtysh/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vtysh/ChangeLog b/vtysh/ChangeLog index b9b78f5e..4ca5df94 100644 --- a/vtysh/ChangeLog +++ b/vtysh/ChangeLog @@ -1,3 +1,10 @@ +2007-04-28 Andrew J. Schorr <ajschorr@alumni.princeton.edu> + + * vtysh.c: (vtysh_log_timestamp_precision, + no_vtysh_log_timestamp_precision) Implement new log timestamp + precision commands: send to all daemons. + (vtysh_init_vty) Install new log timestamp precision commands. + 2006-07-27 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * vtysh_main.c: (usage) Add new -d and -E options. And note that |