Dieter Plaetinck
b7410ee718
clarify that this is only an example. fix 2 of #4576
2016-04-06 11:03:15 -04:00
Dieter Plaetinck
616b8f82ee
document godep build dependency
2016-04-05 13:24:19 -04:00
Dieter Plaetinck
5d7d165be5
allow setting level on logger.
...
performance workaround, see https://github.com/grafana/grafana/issues/4055
2016-02-18 16:46:47 +11:00
Dieter Plaetinck
fbc90e038c
prevent needless cpu burning in unused levels. fix #3898
2016-02-01 17:49:37 +13:00
Dieter Plaetinck
bf943ddba3
actually make use of the LogLevel type
...
why else would it be defined?
and this is sane anyway.
2016-02-01 17:48:42 +13:00
Dieter Plaetinck
0f7a77f45b
fix unknown key error formatting
2015-07-24 12:29:03 +02:00
Dieter Plaetinck
66ba19b7ba
clearer errors
...
"Not found" should only be for http path/method not found (404)
if it's about specific resources, we should be explicit for clarity
2015-07-08 08:55:31 +02:00
Dieter Plaetinck
ac37b54ddb
fix datasource api docs
...
reflects change in e2f6633d57
2015-07-07 16:07:56 -07:00
Dieter Plaetinck
194273a643
clarify which handler is not found
2015-06-26 12:32:24 -07:00
Dieter Plaetinck
e9f38b9fc0
no unbound recursion in publish()
...
unbound recursion approach can blow up call stack,
and - I think - allocate memory unboundedly as well.
We can simply loop until err != nil
I didn't actually test this live, though tests succeed
2015-05-18 10:04:01 -04:00