1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-22 11:39:49 +00:00
Craig Jellick b694ecb0eb Log panics as error
The defaul http server logs panics to the server's log handler.
That goes to debug level and thus panics are not seen when running
rancher at a normal log level.

This fixes the problem by catching the panic at the top level norman
http handler and logging them as errors there.
2019-02-11 11:59:18 -07:00
2019-02-11 11:59:18 -07:00
2018-11-26 08:33:11 -07:00
2018-02-09 13:45:22 -07:00
2018-12-17 15:44:50 -07:00
2018-07-19 10:23:17 -07:00
2017-10-11 22:48:07 -07:00
2019-01-29 13:55:47 -08:00
2019-01-15 13:11:40 -07:00
2018-04-02 15:46:10 -07:00
2018-01-22 23:53:21 +00:00
2018-11-21 07:22:47 -07:00
2018-10-30 11:31:00 -07:00
2017-11-10 21:46:30 -07:00
2017-10-11 22:48:07 -07:00
2018-07-11 16:44:45 -07:00
2019-01-11 16:56:51 -07:00
2018-09-25 11:43:11 -07:00
2017-10-11 22:48:07 -07:00
2018-09-25 11:43:11 -07:00
2018-10-31 14:26:47 -07:00
2018-11-09 10:05:15 -07:00
2018-10-30 11:31:00 -07:00

Norman

An API framework for Building Rancher Style APIs backed by K8s CustomResources and their controllers.

Example

Refer to https://github.com/rancher/go-skel for skeleton norman controller projects

License

Copyright (c) 2014-2017 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Description
mirror from GitHub
Readme 28 MiB
Languages
Go 99.5%
Shell 0.4%